java.lang.Object
java.lang.Throwable
java.lang.Exception
au.edu.educationau.belts.model.BELTSException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreateException, DuplicateException, NotFoundException, RemoveException, SystemException
- public class BELTSException
- extends java.lang.Exception
The base class for all BELTS exceptions
- Version:
- $Revision: 1.3 $ - $Date: 2003/02/28 06:43:48 $
| 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 |
BELTSException
public BELTSException()
- Constructor for BELTSException.
BELTSException
public BELTSException(java.lang.String message)
- Constructor for BELTSException.
BELTSException
public BELTSException(java.lang.String message,
java.lang.Throwable cause)
- Constructor for BELTSException.
BELTSException
public BELTSException(java.lang.Throwable cause)
- Constructor for BELTSException.