jrunx.tyrex.tm.impl
Class NestedSystemException

jrunx.tyrex.tm.impl.NestedSystemException

public class NestedSystemException

JTA system exception that wraps an underlying exception.

Version:
$Revision: 1.1 $
Author:
Assaf Arkin

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)
           
 

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)


Copyright © 2002 Macromedia Corporation. All Rights Reserved.