org.jboss.jms.exception
Class MessagingShutdownException

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
                  extended by org.jboss.jms.exception.MessagingShutdownException
All Implemented Interfaces:
java.io.Serializable

public class MessagingShutdownException
extends MessagingJMSException

Version:
$Revision: 3261 $ $Id: MessagingShutdownException.java 3261 2007-10-30 04:25:11Z clebert.suconic@jboss.com $
Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
MessagingShutdownException(java.lang.String reason)
           
MessagingShutdownException(java.lang.String reason, java.lang.String errorCode)
           
MessagingShutdownException(java.lang.String reason, java.lang.String errorCode, java.lang.Throwable cause)
           
MessagingShutdownException(java.lang.String reason, java.lang.Throwable cause)
           
MessagingShutdownException(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

MessagingShutdownException

public MessagingShutdownException(java.lang.String reason)

MessagingShutdownException

public MessagingShutdownException(java.lang.Throwable cause)

MessagingShutdownException

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

MessagingShutdownException

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

MessagingShutdownException

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


Copyright © 2006 JBoss Inc. All Rights Reserved.