com.atomikos.icatch
Class SysException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atomikos.icatch.SysException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ResourceException
public class SysException
- extends RuntimeException
An exception for unexpected system errors with nested information.
- See Also:
- Serialized Form
SysException
public SysException(String msg)
SysException
public SysException(String msg,
Throwable cause)
SysException
public SysException(String msg,
Stack<Exception> nestedList)
- Deprecated.
getErrors
public Stack<Exception> getErrors()
- Deprecated.
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace in class Throwable
getStackTrace
public StackTraceElement[] getStackTrace()
- Deprecated.
- Overrides:
getStackTrace in class Throwable
Copyright © 2013. All Rights Reserved.