tyrex.tm.impl
Class NestedSystemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.SystemException
              extended bytyrex.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

Field Summary
 
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.
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
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
 

Constructor Detail

NestedSystemException

public NestedSystemException(java.lang.Throwable except)
Construct a new nested exception wrapping an underlying exception.

Parameters:
except - The underlying exception
Method Detail

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.