com.sun.javacard.javax.smartcard.rmiclient
Class BioExceptionSubclass

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javacard.framework.CardRuntimeException
                  extended by javacardx.biometry.BioException
                      extended by com.sun.javacard.javax.smartcard.rmiclient.BioExceptionSubclass
All Implemented Interfaces:
java.io.Serializable

public class BioExceptionSubclass
extends BioException

The BioException class encapsulates specific exceptions which can be thrown by the methods of the javacardx.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
BioExceptionSubclass(java.lang.String msg, short reason)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class javacardx.biometry.BioException
throwIt
 
Methods inherited from class javacard.framework.CardRuntimeException
getReason, setReason
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BioExceptionSubclass

public BioExceptionSubclass(java.lang.String msg,
                            short reason)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.