Class HankoClientException

All Implemented Interfaces:
Serializable

public class HankoClientException extends HankoException
Exception occurring on errors during serialization of request payloads or deserialization of Hanko API response payloads or HMAC calculation.
See Also:
Serialized Form
  • Constructor Details

    • HankoClientException

      public HankoClientException(String message, Throwable cause)
      Construct a new HankoClientException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause