Class MacaroonEncodingException

All Implemented Interfaces:
Serializable

public class MacaroonEncodingException extends IllegalArgumentException
Indicates that a macaroon is not well-formed according to a SerializationFormat.
See Also:
  • Constructor Details

    • MacaroonEncodingException

      public MacaroonEncodingException(String message)
      Constructs the MacaroonEncodingException with the given detail message.
      Parameters:
      message - the detail message.
    • MacaroonEncodingException

      public MacaroonEncodingException(String message, Throwable cause)
      Constructs the MacaroonEncodingException with the given detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • MacaroonEncodingException

      public MacaroonEncodingException(Throwable cause)
      Constructs the MacaroonEncodingException with the given cause.
      Parameters:
      cause - the cause of the exception.