it.dtt.ca.exception
Class InvalidTransactionDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.dtt.ca.exception.CAException
              extended by it.dtt.ca.exception.InvalidTransactionDataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTransactionDataException
extends CAException

Exception thrown when some invalid data is given to initialize a recharge via return channel. Examples of invalid parameters that can cause this exception are: an empty PIN, a wrong scratch card number, a missing credit card information detail.

See Also:
Serialized Form

Constructor Summary
InvalidTransactionDataException()
          Constructs the exception.
InvalidTransactionDataException(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

InvalidTransactionDataException

public InvalidTransactionDataException()
Constructs the exception.


InvalidTransactionDataException

public InvalidTransactionDataException(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.