public class OAuthException extends RuntimeException
| Constructor and Description |
|---|
OAuthException() |
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
String message) |
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
String message,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
String message) |
OAuthException(OAuthExceptionCode exceptionCode,
String message,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getExceptionAttribute(String attrName) |
Map<String,Object> |
getExceptionAttributes() |
OAuthExceptionCode |
getExceptionCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuthException()
public OAuthException(OAuthExceptionCode exceptionCode, Map<String,Object> exceptionAttributes, String message)
public OAuthException(OAuthExceptionCode exceptionCode, Map<String,Object> exceptionAttributes, String message, Throwable cause)
public OAuthException(OAuthExceptionCode exceptionCode, Map<String,Object> exceptionAttributes, Throwable cause)
public OAuthException(OAuthExceptionCode exceptionCode, String message)
public OAuthException(OAuthExceptionCode exceptionCode, Throwable cause)
public OAuthException(OAuthExceptionCode exceptionCode, String message, Throwable cause)
public OAuthExceptionCode getExceptionCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2017 JBoss by Red Hat. All Rights Reserved.