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:
  • Constructor Details

    • PreAuthenticatedCredentialsNotFoundException

      public PreAuthenticatedCredentialsNotFoundException(String msg)
    • PreAuthenticatedCredentialsNotFoundException

      public PreAuthenticatedCredentialsNotFoundException(String message, Throwable cause)
      Parameters:
      message - The message for the Exception
      cause - The Exception that caused this Exception.