public class AuthorizationException extends Exception
| Constructor and Description |
|---|
AuthorizationException(String code) |
AuthorizationException(String code,
String description,
URI uri,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDescription() |
URI |
getUri() |
String |
toString() |
static String |
toString(String code,
String description,
URI uri) |
static String |
toString(String code,
Throwable throwable,
URI uri) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2018. All rights reserved.