com.datecs.api.biometric
Class TouchChipException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.datecs.api.biometric.TouchChipException
All Implemented Interfaces:
java.io.Serializable

public final class TouchChipException
extends java.io.IOException

Signals that an exception of some sort has occurred due execution of TouchChip operation.

See Also:
Serialized Form

Constructor Summary
TouchChipException()
          Constructs a new instance of this class.
TouchChipException(int errorCode)
          Constructs a fully-specified instance of this class.
TouchChipException(java.lang.String message)
          Constructs a new instance of this class.
 
Method Summary
 int getErrorCode()
          Retrieves the exception error code for this instance.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TouchChipException

public TouchChipException()
Constructs a new instance of this class.

The message field defaults to null and the errorCode field defaults to 0.


TouchChipException

public TouchChipException(java.lang.String message)
Constructs a new instance of this class.

The errorCode field defaults to 0.

Parameters:
message - a description of the exception.

TouchChipException

public TouchChipException(int errorCode)
Constructs a fully-specified instance of this class.

Parameters:
errorCode - an error code that raise the exception.
Method Detail

getErrorCode

public int getErrorCode()
Retrieves the exception error code for this instance.

Returns:
the error code.