public class UncategorizedJmsException extends JmsException
Constructor and Description |
---|
UncategorizedJmsException(java.lang.String msg)
Constructor that takes a message.
|
UncategorizedJmsException(java.lang.String msg,
java.lang.Throwable cause)
Constructor that takes a message and a root cause.
|
UncategorizedJmsException(java.lang.Throwable cause)
Constructor that takes a root cause only.
|
getErrorCode, getMessage
contains, getMostSpecificCause, getRootCause
public UncategorizedJmsException(java.lang.String msg)
msg
- the detail messagepublic UncategorizedJmsException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the cause of the exception. This argument is generally
expected to be a proper subclass of JMSException
,
but can also be a JNDI NamingException or the like.public UncategorizedJmsException(java.lang.Throwable cause)
cause
- the cause of the exception. This argument is generally
expected to be a proper subclass of JMSException
,
but can also be a JNDI NamingException or the like.