io.buji.oauth
Class OAuthAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by org.apache.shiro.authc.AuthenticationException
                      extended by 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

Constructor Summary
OAuthAuthenticationException()
           
OAuthAuthenticationException(String message)
           
OAuthAuthenticationException(String message, Throwable cause)
           
OAuthAuthenticationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.