Class UserExceptionSubclass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javacard.framework.CardException
-
- javacard.framework.UserException
-
- com.sun.javacard.javax.smartcard.rmiclient.UserExceptionSubclass
-
- All Implemented Interfaces:
java.io.Serializable
public class UserExceptionSubclass extends UserException
This exception class represents a card subclass ofUserException
.UserException
represents a User exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserExceptionSubclass(java.lang.String msg, short reason)
Constructs an UserExceptionSubclass 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.UserException
throwIt
-
Methods inherited from class javacard.framework.CardException
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.
-
-