tyrex.tm.impl
Class NestedSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.SystemException
tyrex.tm.impl.NestedSystemException
- All Implemented Interfaces:
- java.io.Serializable
- public class NestedSystemException
- extends javax.transaction.SystemException
JTA system exception that wraps an underlying exception.
- Version:
- $Revision: 1.1 $
- Author:
- Assaf Arkin
- See Also:
- Serialized Form
Fields inherited from class javax.transaction.SystemException |
errorCode |
Fields inherited from class java.lang.Exception |
|
Constructor Summary |
NestedSystemException(java.lang.Throwable except)
Construct a new nested exception wrapping an underlying exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NestedSystemException
public NestedSystemException(java.lang.Throwable except)
- Construct a new nested exception wrapping an underlying exception.
- Parameters:
except
- The underlying exception
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.