Class PINExceptionSubclass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javacard.framework.CardRuntimeException
-
- javacard.framework.PINException
-
- com.sun.javacard.javax.smartcard.rmiclient.PINExceptionSubclass
-
- All Implemented Interfaces:
java.io.Serializable
public class PINExceptionSubclass extends PINException
This exception class represents a card subclass ofPINException
.PINException
represents aOwnerPIN
class access-related exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javacard.framework.PINException
ILLEGAL_VALUE
-
-
Constructor Summary
Constructors Constructor Description PINExceptionSubclass(java.lang.String msg, short reason)
Constructs an PINExceptionSubclass with the specified reason and specified error message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
Returns the error message string of this throwable object.-
Methods inherited from class javacard.framework.PINException
throwIt
-
Methods inherited from class javacard.framework.CardRuntimeException
getReason, setReason
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
Returns the error message string of this throwable object.- Overrides:
getMessage
in classjava.lang.Throwable
- Returns:
- the error message string of this Throwable object if it was created with an error message string; or null if it was created with no error message.
-
-