java.lang.Object
java.lang.Throwable
java.lang.Exception
au.edu.educationau.belts.model.BELTSException
au.edu.educationau.belts.model.DuplicateException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateException
- extends BELTSException
An exception thrown when a method detects invalid arguments.
- 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 |
DuplicateException
public DuplicateException()
- Constructor for IllegalArgumentException.
DuplicateException
public DuplicateException(java.lang.String message)
- Constructor for IllegalArgumentException.
DuplicateException
public DuplicateException(java.lang.String message,
java.lang.Throwable cause)
- Constructor for IllegalArgumentException.
DuplicateException
public DuplicateException(java.lang.Throwable cause)
- Constructor for IllegalArgumentException.