|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.activity.SystemException
Constructor Summary | |
SystemException()
|
|
SystemException(java.lang.Exception exception)
|
|
SystemException(java.lang.String errorMsg)
|
|
SystemException(java.lang.String errorMsg,
java.lang.Exception exception)
|
Method Summary | |
java.lang.Exception |
getException()
|
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SystemException()
public SystemException(java.lang.String errorMsg)
public SystemException(java.lang.Exception exception)
public SystemException(java.lang.String errorMsg, java.lang.Exception exception)
Method Detail |
public java.lang.Exception getException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |