org.apache.shiro.cas
Class CasAuthenticationException

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 org.apache.shiro.cas.CasAuthenticationException
All Implemented Interfaces:
Serializable

public class CasAuthenticationException
extends org.apache.shiro.authc.AuthenticationException

Since:
1.2
See Also:
Serialized Form

Constructor Summary
CasAuthenticationException()
           
CasAuthenticationException(String message)
           
CasAuthenticationException(String message, Throwable cause)
           
CasAuthenticationException(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

CasAuthenticationException

public CasAuthenticationException()

CasAuthenticationException

public CasAuthenticationException(String message)

CasAuthenticationException

public CasAuthenticationException(Throwable cause)

CasAuthenticationException

public CasAuthenticationException(String message,
                                  Throwable cause)


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.