Package it.dtt.ca.exception

Defines the specific exceptions that may be thrown by classes defined in the other packages.

See:
          Description

Exception Summary
AccessDeniedException This exception is thrown whenever access to a certain CA functionality is denied.
ActionFailedException This exception is thrown whenever a specific CA action has afiled.
CAException This exception is the parent of all CA exceptions.
CardNotFoundException This exception notifies the application that the requested operation failed because there is no smart card in the given slot
CARequestAlreadyStartedException Signals that an asynchronous request is already being processed.
FieldNotPresentException This exception is thrown to notify that a field is missing in a product.
InvalidPinException This exception is thrown when an invalid PIN is given as parameter.
InvalidRcParametersException This exception is used to notify that some bad parameters are set for the connection to the server for credit recharge.
InvalidRequestParametersException This exception notifies the application that the requested operation failed because the request parameters are invalid.
InvalidTransactionDataException Exception thrown when some invalid data is given to initialize a recharge via return channel.
ListenerAlreadyAttachedException This exception is thrown when the application attempt to register a listener and another listener is already registered for that same kind of events.
NoListenerAttachedException This exception is thrown whenever a request is performed and no listener is registered to get the answer.
NoSessionOpenedException This exception is thrown when attempting to use the CA manager and there is no open session in place.
NoSuchProviderException This exception indicates that the indicated provider either does not exist, or is not available.
NoSuchServiceContextException This exception indicates that the indicated provider either does not exist, or is not available.
NotChangeablePinException Signals that the PIN cannot be changed.
OwnerUnknownException This exception is used to notify that the object requesting the closing of the CA session is not the same that opened it.
SessionAlreadyOpenedException This exception is thrown when trying to open a session that is already open.
SessionClosedException Signals that the current session has already been closed.
TimeoutExpiredException Signals that a timeout expired.
UnsupportedFeatureException This exception is thrown if the terminal does not support a feature of this API.
 

Package it.dtt.ca.exception Description

Defines the specific exceptions that may be thrown by classes defined in the other packages.