org.jboss.jms.exception
Class MessagingNetworkFailureException

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.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

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

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.