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