org.jboss.jms.exception
Class MessagingShutdownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.jboss.jms.exception.MessagingJMSException
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
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 |
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.