public class OAuthServiceException extends RuntimeException
| Constructor and Description |
|---|
OAuthServiceException() |
OAuthServiceException(OAuthError error) |
OAuthServiceException(OAuthError error,
Throwable cause) |
OAuthServiceException(String message) |
OAuthServiceException(String message,
Throwable cause) |
OAuthServiceException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
OAuthError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuthServiceException()
public OAuthServiceException(String message)
public OAuthServiceException(Throwable cause)
public OAuthServiceException(OAuthError error)
public OAuthServiceException(OAuthError error, Throwable cause)
public OAuthError getError()
Apache CXF