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

Quick Search    Search Deep

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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byau.edu.educationau.belts.model.BELTSException
              extended byau.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 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
DuplicateException()
          Constructor for IllegalArgumentException.
DuplicateException(java.lang.String message)
          Constructor for IllegalArgumentException.
DuplicateException(java.lang.String message, java.lang.Throwable cause)
          Constructor for IllegalArgumentException.
DuplicateException(java.lang.Throwable cause)
          Constructor for IllegalArgumentException.
 
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

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.