public class InvalidTokenException extends Exception
| Constructor and Description |
|---|
InvalidTokenException()
Default constructor.
|
InvalidTokenException(String s) |
InvalidTokenException(String s,
Throwable throwable)
Default constructor.
|
InvalidTokenException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTokenException()
public InvalidTokenException(String s)
public InvalidTokenException(String s, Throwable throwable)
s - The message.throwable - the Exception.Copyright © 2023 Atlassian. All rights reserved.