|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
au.edu.archer.service.common.exceptions.SystemException
public class SystemException
An exception which is thrown when something to do with the system happens. (ie: something that's not catered for like the network dropping.)
| Constructor Summary | |
|---|---|
SystemException(java.lang.String message)
Constructor taking error message. |
|
SystemException(java.lang.String message,
java.lang.Throwable rootCause)
Constructor taking throwable object and error message. |
|
SystemException(java.lang.Throwable rootCause)
Constructor taking throwable object. |
|
| Method Summary |
|---|
| 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)
message - error message to set.public SystemException(java.lang.Throwable rootCause)
rootCause - Throwable object to set.
public SystemException(java.lang.String message,
java.lang.Throwable rootCause)
message - error message to set.rootCause - Throwable object to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||