| |
|
| com.caucho.jms.JMSExceptionWrapper
JMSExceptionWrapper | public class JMSExceptionWrapper extends JMSException (Code) | | Wraps the actual exception with an JMS exception
|
JMSExceptionWrapper | public JMSExceptionWrapper()(Code) | | Null constructor for beans
|
JMSExceptionWrapper | public JMSExceptionWrapper(String msg)(Code) | | Create a basic JMSExceptionWrapper with a message.
Parameters: msg - the exception message. |
JMSExceptionWrapper | public JMSExceptionWrapper(Throwable rootCause)(Code) | | Create a JMSExceptionWrapper wrapping a root exception.
Parameters: rootCause - the underlying wrapped exception. |
create | public static JMSException create(Throwable rootCause)(Code) | | Creates an JMSException from a throwable.
|
getCause | public Throwable getCause()(Code) | | Returns the root exception if it exists.
the underlying wrapped exception. |
getRootCause | public Throwable getRootCause()(Code) | | Returns the root exception if it exists.
the underlying wrapped exception. |
|
|
|