Class JOSEException

    • Constructor Detail

      • JOSEException

        public JOSEException​(String message)
        Creates a new JOSE exception with the specified message.
        Parameters:
        message - The exception message.
      • JOSEException

        public JOSEException​(String message,
                             Throwable cause)
        Creates a new JOSE exception with the specified message and cause.
        Parameters:
        message - The exception message.
        cause - The exception cause.