SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.opt.auth.ccm
Class InvalidPINException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjp.co.ricoh.dsdk.opt.auth.ccm.InvalidPINException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPINException
extends java.lang.Exception

This is an exception class that is thrown when a PIN verification has failed.

See Also:
Serialized Form

Constructor Summary
InvalidPINException()
           Constructs an exception class with no message.
InvalidPINException(java.lang.String message)
           Constructs an exception class with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

InvalidPINException

public InvalidPINException()
Constructs an exception class with no message.


InvalidPINException

public InvalidPINException(java.lang.String message)
Constructs an exception class with a message.

Parameters:
message - an error description.

SDK/J Authentication Package ver1.0
RICOH Confidential