bitronix.tm.utils
Class StackTrace

java.lang.Object
  extended by java.lang.Throwable
      extended by bitronix.tm.utils.StackTrace
All Implemented Interfaces:
Serializable

public class StackTrace
extends Throwable

A dummy Throwable used to build a call stack.

Author:
Ludovic Orban
See Also:
Serialized Form

Constructor Summary
StackTrace()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackTrace

public StackTrace()


Copyright © 2006-2013 Bitronix Software. All Rights Reserved.