public class UncategorizedJmsException extends JmsException
Constructor and Description |
---|
UncategorizedJmsException(String msg)
Constructor that takes a message.
|
UncategorizedJmsException(String msg,
Throwable cause)
Constructor that takes a message and a root cause.
|
UncategorizedJmsException(Throwable cause)
Constructor that takes a root cause only.
|
getErrorCode, getMessage
contains, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UncategorizedJmsException(String msg)
msg
- the detail messagepublic UncategorizedJmsException(String msg, 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(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.