org.jasig.cas.authentication.handler
Class UncategorizedAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasig.cas.authentication.handler.AuthenticationException
org.jasig.cas.authentication.handler.UncategorizedAuthenticationException
- All Implemented Interfaces:
- Serializable
public abstract class UncategorizedAuthenticationException
- extends AuthenticationException
Generic abstract exception to extend when you don't know what the heck is
going on.
- Since:
- 3.0
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
- See Also:
- Serialized Form
UncategorizedAuthenticationException
public UncategorizedAuthenticationException(String code)
- Constructor that allows for providing a custom error code for this class.
Error codes are often used to resolve exceptions into messages. Providing
a custom error code allows the use of a different message.
- Parameters:
code - the custom code to use with this exception.
UncategorizedAuthenticationException
public UncategorizedAuthenticationException(String code,
Throwable throwable)
- Constructor that allows for chaining of exceptions and a custom error
code.
- Parameters:
code - the custom error code to use in message resolving.throwable - the chained exception.
Copyright © 2004-2013 Jasig. All Rights Reserved.