public class FailedToLoadJWKException extends Exception
Constructor and Description |
---|
FailedToLoadJWKException()
Construct the exception.
|
FailedToLoadJWKException(String message)
Construct the exception with the given message.
|
FailedToLoadJWKException(String message,
Throwable cause)
Construct the exception with the given message and cause.
|
FailedToLoadJWKException(Throwable cause)
Construct the exception with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FailedToLoadJWKException()
public FailedToLoadJWKException(String message)
message
- The message.public FailedToLoadJWKException(String message, Throwable cause)
message
- The message.cause
- The cause.public FailedToLoadJWKException(Throwable cause)
cause
- The cause.Copyright © 2010-2018, ForgeRock All Rights Reserved.