Class OAuthServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException
- All Implemented Interfaces:
Serializable
Encapsulates OAuth-related problems
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthServiceException(String message) OAuthServiceException(String message, Throwable cause) OAuthServiceException(Throwable cause) OAuthServiceException(OAuthError error) OAuthServiceException(OAuthError error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthServiceException
public OAuthServiceException() -
OAuthServiceException
-
OAuthServiceException
-
OAuthServiceException
-
OAuthServiceException
-
OAuthServiceException
-
-
Method Details
-
getError
-
getMessage
- Overrides:
getMessagein classThrowable
-