public static class JwtConfiguration.InvalidJwtConfigurationException extends RuntimeException
JwtConfiguration
errors.Constructor and Description |
---|
InvalidJwtConfigurationException(String message)
Constructor with error message
|
InvalidJwtConfigurationException(String message,
Throwable cause)
Constructor with error message and nested exception
|
InvalidJwtConfigurationException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidJwtConfigurationException(String message)
message
- Error messagepublic InvalidJwtConfigurationException(Throwable cause)
cause
- Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.