org.jboss.tm
Class JBossTransactionRolledbackLocalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.TransactionRolledbackLocalException
                      extended by org.jboss.tm.JBossTransactionRolledbackLocalException
All Implemented Interfaces:
Serializable, org.jboss.util.NestedThrowable

public class JBossTransactionRolledbackLocalException
extends javax.ejb.TransactionRolledbackLocalException
implements org.jboss.util.NestedThrowable

JBossTransactionRolledbackLocalException.java Created: Sun Feb 9 22:45:03 2003

Version:
Author:
David Jencks
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.util.NestedThrowable
org.jboss.util.NestedThrowable.Util
 
Field Summary
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
JBossTransactionRolledbackLocalException()
           
JBossTransactionRolledbackLocalException(Exception e)
           
JBossTransactionRolledbackLocalException(String message)
           
JBossTransactionRolledbackLocalException(String message, Exception e)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
          Returns the composite throwable message.
 Throwable getNested()
           
 void printStackTrace()
          Prints the composite message and the embedded stack trace to System.err.
 void printStackTrace(PrintStream stream)
          Prints the composite message and the embedded stack trace to the specified print stream.
 void printStackTrace(PrintWriter writer)
          Prints the composite message and the embedded stack trace to the specified print writer.
 
Methods inherited from class javax.ejb.EJBException
getCausedByException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossTransactionRolledbackLocalException

public JBossTransactionRolledbackLocalException()

JBossTransactionRolledbackLocalException

public JBossTransactionRolledbackLocalException(Exception e)

JBossTransactionRolledbackLocalException

public JBossTransactionRolledbackLocalException(String message)

JBossTransactionRolledbackLocalException

public JBossTransactionRolledbackLocalException(String message,
                                                Exception e)
Method Detail

getNested

public Throwable getNested()
Specified by:
getNested in interface org.jboss.util.NestedThrowable

getCause

public Throwable getCause()
Specified by:
getCause in interface org.jboss.util.NestedThrowable
Overrides:
getCause in class Throwable

getMessage

public String getMessage()
Returns the composite throwable message.

Overrides:
getMessage in class javax.ejb.EJBException
Returns:
The composite throwable message.

printStackTrace

public void printStackTrace(PrintStream stream)
Prints the composite message and the embedded stack trace to the specified print stream.

Overrides:
printStackTrace in class javax.ejb.EJBException
Parameters:
stream - Stream to print to.

printStackTrace

public void printStackTrace(PrintWriter writer)
Prints the composite message and the embedded stack trace to the specified print writer.

Overrides:
printStackTrace in class javax.ejb.EJBException
Parameters:
writer - Writer to print to.

printStackTrace

public void printStackTrace()
Prints the composite message and the embedded stack trace to System.err.

Overrides:
printStackTrace in class javax.ejb.EJBException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.