it.dtt.ca.exception
Class InvalidRcParametersException

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.InvalidRcParametersException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRcParametersException
extends CAException

This exception is used to notify that some bad parameters are set for the connection to the server for credit recharge.

See Also:
Serialized Form

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

InvalidRcParametersException

public InvalidRcParametersException()
Constructs the exception.


InvalidRcParametersException

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