public class TokenSecurityException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
serialVersionUID.
|
private org.restlet.data.Status |
status
HTTP status.
|
| Constructor and Description |
|---|
TokenSecurityException(org.restlet.data.Status status)
Constructs a new exception with HTTP status as its detail message.
|
TokenSecurityException(org.restlet.data.Status status,
String message)
Constructs a new exception with the specified HTTP status and detail
message.
|
TokenSecurityException(org.restlet.data.Status status,
String message,
Throwable cause)
Constructs a new exception with the specified detail HTTP status, message
and cause.
|
TokenSecurityException(org.restlet.data.Status status,
Throwable cause)
Constructs a new exception with the specified detail cause.
|
| Modifier and Type | Method and Description |
|---|---|
org.restlet.data.Status |
getStatus()
Returns the status.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private final org.restlet.data.Status status
public TokenSecurityException(org.restlet.data.Status status)
status - HTTP statuspublic TokenSecurityException(org.restlet.data.Status status,
String message)
status - HTTP messagemessage - messagepublic TokenSecurityException(org.restlet.data.Status status,
Throwable cause)
status - HTTP statuscause - causeCopyright © 2017–2020 CNES. All rights reserved.