com.ibm.etill.framework.clientapi
Class PaymentServerClientException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              com.ibm.etill.framework.clientapi.PaymentServerClientException
All Implemented Interfaces:
java.io.Serializable

public class PaymentServerClientException
extends java.lang.RuntimeException

This is the internal exception thrown by CAL.

See Also:
Serialized Form

Constructor Summary
PaymentServerClientException()
Creates a PaymentServerClientException object.
PaymentServerClientException(java.lang.String message)
Creates a PaymentServerClientException object.
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

PaymentServerClientException

public PaymentServerClientException()
Creates a PaymentServerClientException object.

PaymentServerClientException

public PaymentServerClientException(java.lang.String message)
Creates a PaymentServerClientException object.
Parameters:
message - -- message carried by this exception object.

Feedback