org.apache.activemq.util
Class JMSExceptionSupport
java.lang.Object
org.apache.activemq.util.JMSExceptionSupport
public final class JMSExceptionSupport
- extends java.lang.Object
Method Summary |
static javax.jms.JMSException |
create(java.lang.Exception cause)
|
static javax.jms.JMSException |
create(java.lang.String msg,
java.lang.Exception cause)
|
static javax.jms.JMSException |
create(java.lang.String msg,
java.lang.Throwable cause)
|
static javax.jms.JMSException |
create(java.lang.Throwable cause)
|
static javax.jms.MessageEOFException |
createMessageEOFException(java.lang.Exception cause)
|
static javax.jms.MessageFormatException |
createMessageFormatException(java.lang.Exception cause)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSExceptionSupport
public JMSExceptionSupport()
create
public static javax.jms.JMSException create(java.lang.String msg,
java.lang.Throwable cause)
create
public static javax.jms.JMSException create(java.lang.String msg,
java.lang.Exception cause)
create
public static javax.jms.JMSException create(java.lang.Throwable cause)
create
public static javax.jms.JMSException create(java.lang.Exception cause)
createMessageEOFException
public static javax.jms.MessageEOFException createMessageEOFException(java.lang.Exception cause)
createMessageFormatException
public static javax.jms.MessageFormatException createMessageFormatException(java.lang.Exception cause)
Copyright © 2010 Apache Software Foundation. All Rights Reserved.