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() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OAuthServiceException()
public OAuthServiceException(String message)
public OAuthServiceException(Throwable cause)
public OAuthServiceException(OAuthError error)
public OAuthServiceException(OAuthError error, Throwable cause)
public OAuthError getError()
public String getMessage()
getMessage
in class Throwable
Apache CXF