|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ivata.mask.util.SystemException
This error message encapsulates another message which caused it.
| Constructor Summary | |
SystemException(java.lang.String message)
Create a SystemException with a message. |
|
SystemException(java.lang.String message,
java.lang.Throwable cause)
Create a SystemException with the given message and
cause. |
|
SystemException(java.lang.Throwable cause)
Create a SystemException with the given cause. |
|
| 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 |
public SystemException(java.lang.String message)
Create a SystemException with a message.
message - clear message indicating what caused the exception to happen
and what should be done to resolve it.
public SystemException(java.lang.String message,
java.lang.Throwable cause)
Create a SystemException with the given message and
cause.
message - clear message indicating what caused the exception to happen
and what should be done to resolve it.cause - the Throwable which caused this exception to
happen.public SystemException(java.lang.Throwable cause)
Create a SystemException with the given cause.
cause - the Throwable which caused this exception to
happen.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||