Class BioExceptionSubclass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javacard.framework.CardRuntimeException
-
- javacardx.biometry.BioException
-
- com.sun.javacard.javax.smartcard.rmiclient.BioExceptionSubclass
-
- All Implemented Interfaces:
java.io.Serializable
public class BioExceptionSubclass extends BioException
TheBioException
class encapsulates specific exceptions which can be thrown by the methods of thejavacardx.biometry
package in case of error.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javacardx.biometry.BioException
ILLEGAL_USE, ILLEGAL_VALUE, INVALID_DATA, NO_SUCH_BIO_TEMPLATE, NO_TEMPLATES_ENROLLED
-
-
Constructor Summary
Constructors Constructor Description BioExceptionSubclass(java.lang.String msg, short reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
Methods inherited from class javacardx.biometry.BioException
throwIt
-
Methods inherited from class javacard.framework.CardRuntimeException
getReason, setReason
-
-