Class MacaroonEncodingException

    • Constructor Detail

      • 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.