org.jboss.jms.exception
Class MessagingNetworkFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.jboss.jms.exception.MessagingJMSException
org.jboss.jms.exception.MessagingNetworkFailureException
- All Implemented Interfaces:
- java.io.Serializable
public class MessagingNetworkFailureException
- extends MessagingJMSException
A MessagingNetworkFailureException
- Version:
- $Revision: 1.1 $
$Id$
- Author:
- Tim Fox
- 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 |
MessagingNetworkFailureException
public MessagingNetworkFailureException(java.lang.Throwable cause)
MessagingNetworkFailureException
public MessagingNetworkFailureException(java.lang.String reason,
java.lang.String errorCode,
java.lang.Throwable cause)
MessagingNetworkFailureException
public MessagingNetworkFailureException(java.lang.String reason,
java.lang.String errorCode)
MessagingNetworkFailureException
public MessagingNetworkFailureException(java.lang.String reason,
java.lang.Throwable cause)
MessagingNetworkFailureException
public MessagingNetworkFailureException(java.lang.String reason)
Copyright © 2006 JBoss Inc. All Rights Reserved.