org.eclipse.higgins.icard
Class CardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CardException
public CardException()
CardException
public CardException(String message)
CardException
public CardException(String message,
Throwable cause)
CardException
public CardException(Throwable cause)