Class FailedToLoadJWKException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.json.jose.exceptions.FailedToLoadJWKException
All Implemented Interfaces:
Serializable

public class FailedToLoadJWKException extends Exception
Unable to load the JWK/x5u location points.
See Also:
  • Constructor Details

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