public abstract class InvalidTokenException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
InvalidTokenException(String message) |
protected |
InvalidTokenException(String message,
Throwable cause) |
protected |
InvalidTokenException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSafeDetails()
Returns safe-to-propagate details about this exception, eg.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected InvalidTokenException(String message)
protected InvalidTokenException(Throwable cause)
public String getSafeDetails()
Copyright © 2017 Atlassian. All rights reserved.