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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreAuthenticatedCredentialsNotFoundException(String message, Throwable cause) Creates a new instance with the given message and cause. -
Method Summary
Methods inherited from class org.springframework.security.core.AuthenticationException
getAuthenticationRequest, setAuthenticationRequestMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreAuthenticatedCredentialsNotFoundException
-
PreAuthenticatedCredentialsNotFoundException
Creates a new instance with the given message and cause.- Parameters:
message- The message for the Exceptioncause- The Exception that caused this Exception.
-