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 org.apache.shiro.authc.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
-
-