Class ServerSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.api.useragreements.client.UserAgreementsApiException
-
- no.digipost.api.useragreements.client.UnexpectedResponseException
-
- no.digipost.api.useragreements.client.ServerSignatureException
-
- All Implemented Interfaces:
Serializable
public class ServerSignatureException extends UnexpectedResponseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServerSignatureException(org.apache.http.StatusLine status, String errorMessage)ServerSignatureException(org.apache.http.StatusLine status, 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
-
-