java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.etill.framework.clientapi.PaymentServerCommunicationException
This exception is thrown when CAL is having trouble communicating with Commerce Payments. This exception can mean:
Constructor Summary | |
PaymentServerCommunicationException(java.io.IOException ioException) Creates a PaymentServerCommunicationException object. |
|
PaymentServerCommunicationException(java.lang.String httpResponseCode) Creates a PaymentServerCommunicationException object. |
Method Summary | |
java.lang.String | getHTTPResponseCode() Returns HTTP response code from the webserver. |
java.io.IOException | getIOException() Returns ioException object taken by CAL. |
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 |
public PaymentServerCommunicationException(java.io.IOException ioException)
public PaymentServerCommunicationException(java.lang.String httpResponseCode)
Method Detail |
public java.io.IOException getIOException()
public java.lang.String getHTTPResponseCode()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.