|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.infoglue.cms.exception.SystemException
Thrown to indicate that something unexpected but recoverable has happen. Examples include temporarly unreachable mail server, trying to manipulate entities locked by another user ...
This is an internal error so there is no need to localize the error message.
| Constructor Summary | |
SystemException(java.lang.String message)
Construct a SystemException with the detailed error message. |
|
SystemException(java.lang.String message,
java.lang.Throwable cause)
Construct a SystemException with the detailed error message and cause. |
|
SystemException(java.lang.Throwable cause)
Constructs 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SystemException(java.lang.String message)
message - the detailed error message.public SystemException(java.lang.Throwable cause)
cause - the root cause of the exception
public SystemException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed error message.cause - the throwable that caused this SystemException to get thrown.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||