org.eclipse.higgins.icard
Class CardException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.icard.CardException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, AuthenticationRequiredException, CardIOException, CardStoreException, InvalidClaimException, InvalidStateException, InvalidTypeException, InvalidValueCountException, InvalidValueException, ReadOnlyObjectException

public class CardException
extends Exception

See Also:
Serialized Form

Constructor Summary
CardException()
           
CardException(String message)
           
CardException(String message, Throwable cause)
           
CardException(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
 

Constructor Detail

CardException

public CardException()

CardException

public CardException(String message)

CardException

public CardException(String message,
                     Throwable cause)

CardException

public CardException(Throwable cause)