java.lang.Object
java.lang.Throwable
java.lang.Exception
no.feide.moria.BackendException
- All Implemented Interfaces:
- java.io.Serializable
- public class BackendException
- extends java.lang.Exception
Used to throw exceptions from the backend.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BackendException
public BackendException(java.lang.String message)
- Basic constructor.
BackendException
public BackendException(java.lang.Throwable cause)
- Constructor. Used to encapsulate another exception.
BackendException
public BackendException(java.lang.String message,
java.lang.Throwable cause)
- Constructor. Used to pass on another exception with a message.