org.eclipse.higgins.cardstore.exceptions
Class DuplicateCardIdException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.cardstore.exceptions.DuplicateCardIdException
All Implemented Interfaces:
Serializable

public class DuplicateCardIdException
extends Exception

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Constructor Summary
DuplicateCardIdException()
           
DuplicateCardIdException(String message)
           
DuplicateCardIdException(String message, Throwable cause)
           
DuplicateCardIdException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

DuplicateCardIdException

public DuplicateCardIdException()

DuplicateCardIdException

public DuplicateCardIdException(String message,
                                Throwable cause)

DuplicateCardIdException

public DuplicateCardIdException(String message)

DuplicateCardIdException

public DuplicateCardIdException(Throwable cause)