Class UserAgreementsApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- no.digipost.api.useragreements.client.UserAgreementsApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NextAllowedRequestTimeNotFoundException,RuntimeIOException,TooManyRequestsException,UnexpectedResponseException
public class UserAgreementsApiException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAgreementsApiException(ErrorCode errorCode, String message)UserAgreementsApiException(ErrorCode errorCode, String message, Throwable cause)UserAgreementsApiException(ErrorCode errorCode, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorCodegetErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-