org.springframework.security.web.authentication.preauth
Class PreAuthenticatedCredentialsNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException
- All Implemented Interfaces:
- Serializable
public class PreAuthenticatedCredentialsNotFoundException
- extends AuthenticationException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PreAuthenticatedCredentialsNotFoundException
public PreAuthenticatedCredentialsNotFoundException(String msg)
PreAuthenticatedCredentialsNotFoundException
public PreAuthenticatedCredentialsNotFoundException(String message,
Throwable cause)
- Parameters:
message
- The message for the Exceptioncause
- The Exception that caused this Exception.