public class PaymentServerCommunicationException
extends java.lang.Exception
Constructor and Description |
---|
PaymentServerCommunicationException(java.io.IOException ioException)
Deprecated.
Creates a PaymentServerCommunicationException object.
|
PaymentServerCommunicationException(java.lang.String httpResponseCode)
Deprecated.
Creates a PaymentServerCommunicationException object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getHTTPResponseCode()
Deprecated.
Returns HTTP response code from the webserver.
|
java.io.IOException | getIOException()
Deprecated.
Returns ioException object taken by CAL.
|
public PaymentServerCommunicationException(java.io.IOException ioException)
public PaymentServerCommunicationException(java.lang.String httpResponseCode)
public java.io.IOException getIOException()
public java.lang.String getHTTPResponseCode()