io.buji.oauth
Class OAuthAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.ShiroException
org.apache.shiro.authc.AuthenticationException
io.buji.oauth.OAuthAuthenticationException
- All Implemented Interfaces:
- Serializable
public final class OAuthAuthenticationException
- extends org.apache.shiro.authc.AuthenticationException
This class is the exception that is thrown when OAuth authentication process fails in OAuthRealm.
- Since:
- 1.0.0
- Author:
- Jerome Leleu
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthAuthenticationException
public OAuthAuthenticationException()
OAuthAuthenticationException
public OAuthAuthenticationException(String message)
OAuthAuthenticationException
public OAuthAuthenticationException(Throwable cause)
OAuthAuthenticationException
public OAuthAuthenticationException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.