tyrex.tm.impl

Class NestedSystemException

public class NestedSystemException extends SystemException

JTA system exception that wraps an underlying exception.

Version: $Revision: 1.1 $

Author: Assaf Arkin

Constructor Summary
NestedSystemException(Throwable except)
Construct a new nested exception wrapping an underlying exception.
Method Summary
voidprintStackTrace()
voidprintStackTrace(PrintStream stream)
voidprintStackTrace(PrintWriter writer)

Constructor Detail

NestedSystemException

public NestedSystemException(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(PrintStream stream)

printStackTrace

public void printStackTrace(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.