com.atomikos.icatch
Class SysException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atomikos.icatch.SysException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceException

public class SysException
extends RuntimeException

An exception for system errors with nested information.

See Also:
Serialized Form

Constructor Summary
SysException(String msg)
           
SysException(String msg, Stack nestedList)
           
 
Method Summary
 Stack getErrors()
           
 StackTraceElement[] getStackTrace()
           
 void printStackTrace()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysException

public SysException(String msg)

SysException

public SysException(String msg,
                    Stack nestedList)
Method Detail

getErrors

public Stack getErrors()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

getStackTrace

public StackTraceElement[] getStackTrace()
Overrides:
getStackTrace in class Throwable


Copyright © 2011. All Rights Reserved.