Class UnexpectedResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.api.useragreements.client.UserAgreementsApiException
-
- no.digipost.api.useragreements.client.UnexpectedResponseException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServerSignatureException
public class UnexpectedResponseException extends UserAgreementsApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnexpectedResponseException(org.apache.http.StatusLine status, Error error)UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage)UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage, Throwable cause)
-
Method Summary
-
Methods inherited from class no.digipost.api.useragreements.client.UserAgreementsApiException
getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnexpectedResponseException
public UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage)
-
UnexpectedResponseException
public UnexpectedResponseException(org.apache.http.StatusLine status, ErrorCode errorCode, String errorMessage, Throwable cause)
-
UnexpectedResponseException
public UnexpectedResponseException(org.apache.http.StatusLine status, Error error)
-
-