Package io.hanko.sdk.exception
Class HankoClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.hanko.sdk.exception.HankoException
io.hanko.sdk.exception.HankoClientException
- All Implemented Interfaces:
Serializable
Exception occurring on errors during serialization of request payloads or deserialization
of Hanko API response payloads or HMAC calculation.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionHankoClientException(String message, Throwable cause)
Construct a new HankoClientException with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HankoClientException
Construct a new HankoClientException with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-