org.springframework.security.oauth.common
Class OAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.oauth.common.OAuthException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExpiredOAuthTokenException, InvalidOAuthParametersException, InvalidOAuthTokenException, InvalidSignatureException, NonceAlreadyUsedException, VerificationFailedException
public class OAuthException
- extends org.springframework.security.core.AuthenticationException
Base exception for OAuth processing.
- Author:
- Ryan Heaton
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.security.core.AuthenticationException |
clearExtraInformation, getAuthentication, getExtraInformation, setAuthentication |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthException
public OAuthException(String message)
OAuthException
public OAuthException(String message,
Throwable throwable)
Copyright © 2013. All rights reserved.