it.dtt.ca.exception
Class CAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.dtt.ca.exception.CAException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccessDeniedException, ActionFailedException, CardNotFoundException, CARequestAlreadyStartedException, FieldNotPresentException, InvalidPinException, InvalidRcParametersException, InvalidRequestParametersException, InvalidTransactionDataException, ListenerAlreadyAttachedException, NoListenerAttachedException, NoSessionOpenedException, NoSuchProviderException, NoSuchServiceContextException, NotChangeablePinException, OwnerUnknownException, SessionAlreadyOpenedException, SessionClosedException, TimeoutExpiredException, UnsupportedFeatureException

public class CAException
extends java.lang.Exception

This exception is the parent of all CA exceptions.

See Also:
Serialized Form

Constructor Summary
CAException()
          Constructs the exception.
CAException(java.lang.String message)
          Construct the exception with a message.
 
Method Summary
 
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

CAException

public CAException()
Constructs the exception.


CAException

public CAException(java.lang.String message)
Construct the exception with a message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.