Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.model
Class BELTSException  view BELTSException download BELTSException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byau.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
BELTSException()
          Constructor for BELTSException.
BELTSException(java.lang.String message)
          Constructor for BELTSException.
BELTSException(java.lang.String message, java.lang.Throwable cause)
          Constructor for BELTSException.
BELTSException(java.lang.Throwable cause)
          Constructor for BELTSException.
 
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

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.