biz.hammurapi.jms
Class JMSExceptionEx
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
biz.hammurapi.jms.JMSExceptionEx
- All Implemented Interfaces:
- java.io.Serializable
public class JMSExceptionEx
- extends javax.jms.JMSException
Extension of JMSException to allow cause chaining.
- Author:
- Pavel Vlasov
- See Also:
- Serialized Form
Methods inherited from class javax.jms.JMSException |
getErrorCode, getLinkedException, setLinkedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JMSExceptionEx
public JMSExceptionEx(java.lang.String message)
JMSExceptionEx
public JMSExceptionEx(java.lang.String message,
java.lang.Throwable cause)
JMSExceptionEx
public JMSExceptionEx(java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter p)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream p)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2006 Hammurapi Group. All Rights Reserved.