Package org.apache.shiro.cas
Class CasAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shiro.ShiroException
-
- org.apache.shiro.authc.AuthenticationException
-
- org.apache.shiro.cas.CasAuthenticationException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CasAuthenticationException extends AuthenticationException
Deprecated.replaced with Shiro integration in buji-pac4j.- Since:
- 1.2
- See Also:
- buji-pac4j, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CasAuthenticationException()
Deprecated.CasAuthenticationException(String message)
Deprecated.CasAuthenticationException(String message, Throwable cause)
Deprecated.CasAuthenticationException(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CasAuthenticationException
public CasAuthenticationException()
Deprecated.
-
CasAuthenticationException
public CasAuthenticationException(String message)
Deprecated.
-
CasAuthenticationException
public CasAuthenticationException(Throwable cause)
Deprecated.
-
CasAuthenticationException
public CasAuthenticationException(String message, Throwable cause)
Deprecated.
-
-