public abstract class UncategorizedAuthenticationException extends AuthenticationException
| Constructor and Description |
|---|
UncategorizedAuthenticationException(String code)
Constructor that allows for providing a custom error code for this class.
|
UncategorizedAuthenticationException(String code,
Throwable throwable)
Constructor that allows for chaining of exceptions and a custom error
code.
|
getCode, getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic UncategorizedAuthenticationException(String code)
code - the custom code to use with this exception.Copyright © 2004-2012 Jasig. All Rights Reserved.