public class ApiCommunicationException extends ApiException
Constructor and Description |
---|
ApiCommunicationException()
Constructs an
ApiCommunicationException with no detail message. |
ApiCommunicationException(java.lang.String s)
Constructs an
ApiCommunicationException with the specified detail message. |
ApiCommunicationException(java.lang.String s,
java.lang.Throwable cause)
Constructs an
ApiCommunicationException with the specified detail message
and cause. |
ApiCommunicationException(java.lang.Throwable cause)
Constructs an
ApiCommunicationException with the specified cause. |
describe, getErrorCode, getErrorData, getMessage, getReference, getStatus
public ApiCommunicationException()
ApiCommunicationException
with no detail message.public ApiCommunicationException(java.lang.String s)
ApiCommunicationException
with the specified detail message.s
- the detail message.public ApiCommunicationException(java.lang.String s, java.lang.Throwable cause)
ApiCommunicationException
with the specified detail message
and cause.s
- the detail message.cause
- the detail message.public ApiCommunicationException(java.lang.Throwable cause)
ApiCommunicationException
with the specified cause.cause
- the detail message.