org.jboss.jms.exception
Class MessagingJMSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by org.jboss.jms.exception.MessagingJMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MessagingNetworkFailureException, MessagingShutdownException

public class MessagingJMSException
extends javax.jms.JMSException

Version:
1.1 MessagingJMSException.java,v 1.1 2006/03/28 14:26:17 timfox Exp
Author:
Ovidiu Feodorov
See Also:
Serialized Form

Constructor Summary
MessagingJMSException(java.lang.String reason)
           
MessagingJMSException(java.lang.String reason, java.lang.String errorCode)
           
MessagingJMSException(java.lang.String reason, java.lang.String errorCode, java.lang.Throwable cause)
           
MessagingJMSException(java.lang.String reason, java.lang.Throwable cause)
           
MessagingJMSException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessagingJMSException

public MessagingJMSException(java.lang.String reason)

MessagingJMSException

public MessagingJMSException(java.lang.Throwable cause)

MessagingJMSException

public MessagingJMSException(java.lang.String reason,
                             java.lang.String errorCode)

MessagingJMSException

public MessagingJMSException(java.lang.String reason,
                             java.lang.Throwable cause)

MessagingJMSException

public MessagingJMSException(java.lang.String reason,
                             java.lang.String errorCode,
                             java.lang.Throwable cause)


Copyright © 2006 JBoss Inc. All Rights Reserved.