Class BadJOSEException

    • Constructor Detail

      • BadJOSEException

        public BadJOSEException​(String message)
        Creates a new bad JOSE exception.
        Parameters:
        message - The exception message.
      • BadJOSEException

        public BadJOSEException​(String message,
                                Throwable cause)
        Creates a new bad JOSE exception.
        Parameters:
        message - The exception message.
        cause - The exception cause.