biz.hammurapi.jms
Class JMSExceptionEx

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jms.JMSException
              extended by 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

Constructor Summary
JMSExceptionEx(java.lang.String message)
           
JMSExceptionEx(java.lang.String message, java.lang.Throwable cause)
           
JMSExceptionEx(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream p)
           
 void printStackTrace(java.io.PrintWriter p)
           
 
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
 

Constructor Detail

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)
Method Detail

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.