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
 
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, getLocalizedMessage, getMessage, 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()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable


Intalio Inc. (C) 1999-2001. All rights reserved.