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, toString
public InvalidTokenException()
public InvalidTokenException(String s)
public InvalidTokenException(String s, Throwable throwable)
s
- The message.throwable
- the Exception
.Copyright © 2021 Atlassian. All rights reserved.