| org.jboss.mq.SpyJMSException
All known Subclasses: org.jboss.mq.DestinationFullException,
SpyJMSException | public class SpyJMSException extends JMSException implements NestedThrowable(Code) | | A common superclass for JMSException classes that can contain a
nested Throwable detail object.
author: Jason Dillon author: Adrian Brock version: $Revision: 57198 $ |
serialVersionUID | final static long serialVersionUID(Code) | | The serialVersionUID
|
SpyJMSException | public SpyJMSException(String msg)(Code) | | Construct a SpyJMSException with the specified detail message.
Parameters: msg - Detail message. |
SpyJMSException | public SpyJMSException(String msg, String code)(Code) | | Construct a SpyJMSException with the specified detail message
and error code.
Parameters: msg - Detail message. Parameters: code - Error code. |
SpyJMSException | public SpyJMSException(String msg, Throwable nested)(Code) | | Construct a SpyJMSException with the specified detail message
and nested Throwable.
Parameters: msg - Detail message. Parameters: nested - Nested Throwable. |
SpyJMSException | public SpyJMSException(Throwable nested)(Code) | | Construct a SpyJMSException with the specified nested Throwable.
Parameters: nested - Nested Throwable. |
getAsJMSException | public static JMSException getAsJMSException(String message, Throwable t)(Code) | | Converts a throwable to a JMSException if it is not already
Parameters: message - any message to add to a constructed JMSException Parameters: t - the throwable a JMSException |
printStackTrace | public void printStackTrace()(Code) | | |
rethrowAsJMSException | public static void rethrowAsJMSException(String message, Throwable t) throws JMSException(Code) | | Converts a throwable to a JMSException if it is not already
Parameters: message - any message to add to a constructed JMSException Parameters: t - the throwable throws: JMSException - always |
|
|