public class OAuthApiException extends ApiException
| Constructor and Description |
|---|
OAuthApiException(OAuthApiExceptionCode exceptionCode,
String message) |
OAuthApiException(OAuthApiExceptionCode exceptionCode,
String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
OAuthApiExceptionCode |
getExceptionCode()
Return exception code, which specifies which OAuth error actually happened
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuthApiException(OAuthApiExceptionCode exceptionCode, String message)
public OAuthApiException(OAuthApiExceptionCode exceptionCode, String message, Throwable t)
public OAuthApiExceptionCode getExceptionCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.