Class HankoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HankoApiConnectionException, HankoApiException, HankoClientException

public abstract class HankoException extends RuntimeException
Base Exception for all Hanko exceptions.
See Also:
Serialized Form
  • Constructor Details

    • HankoException

      protected HankoException(String message)
      Construct a new HankoException with the specified detail message.
      Parameters:
      message - the detail message
    • HankoException

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