| org.springframework.jms.JmsException org.springframework.jms.UncategorizedJmsException
UncategorizedJmsException | public class UncategorizedJmsException extends JmsException (Code) | | JmsException to be thrown when no other matching subclass found.
author: Juergen Hoeller since: 1.1 |
UncategorizedJmsException | public UncategorizedJmsException(String msg)(Code) | | Constructor that takes a message.
Parameters: msg - the detail message |
UncategorizedJmsException | public UncategorizedJmsException(String msg, Throwable cause)(Code) | | Constructor that takes a message and a root cause.
Parameters: msg - the detail message Parameters: cause - the cause of the exception. This argument is generallyexpected to be a proper subclass of javax.jms.JMSException,but can also be a JNDI NamingException or the like. |
UncategorizedJmsException | public UncategorizedJmsException(Throwable cause)(Code) | | Constructor that takes a root cause only.
Parameters: cause - the cause of the exception. This argument is generallyexpected to be a proper subclass of javax.jms.JMSException,but can also be a JNDI NamingException or the like. |
|
|