com.sas.hls.security.authentication.exception
Class UnknownAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.authentication.exception.AuthenticationException
com.sas.hls.security.authentication.exception.UnknownAuthenticationException
- All Implemented Interfaces:
- Serializable
public class UnknownAuthenticationException
- extends AuthenticationException
Thrown when an unforeseen authentication error occurs.
- See Also:
- Serialized Form
UnknownAuthenticationException
public UnknownAuthenticationException(String message)
- Constructs an
UnknownAuthenticationException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA