Class FailedToLoadJWKException

    • Constructor Detail

      • FailedToLoadJWKException

        public FailedToLoadJWKException()
        Construct the exception.
      • FailedToLoadJWKException

        public FailedToLoadJWKException​(String message)
        Construct the exception with the given message.
        Parameters:
        message - The message.
      • FailedToLoadJWKException

        public FailedToLoadJWKException​(String message,
                                        Throwable cause)
        Construct the exception with the given message and cause.
        Parameters:
        message - The message.
        cause - The cause.
      • FailedToLoadJWKException

        public FailedToLoadJWKException​(Throwable cause)
        Construct the exception with the given cause.
        Parameters:
        cause - The cause.