public class TokenDecodeException extends Exception
Constructor and Description |
---|
TokenDecodeException(String message)
Creates a new token decode exception.
|
TokenDecodeException(String message,
Throwable cause)
Creates a new token decode exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TokenDecodeException(String message)
message
- The exception message.public TokenDecodeException(String message, Throwable cause)
message
- The exception message.cause
- The exception cause, null
if not specified.Copyright © 2021 Connect2id Ltd.. All rights reserved.