public class PreAuthenticatedCredentialsNotFoundException
extends org.springframework.security.core.AuthenticationException
| Constructor and Description |
|---|
PreAuthenticatedCredentialsNotFoundException(java.lang.String msg) |
PreAuthenticatedCredentialsNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
public PreAuthenticatedCredentialsNotFoundException(java.lang.String msg)
public PreAuthenticatedCredentialsNotFoundException(java.lang.String message,
java.lang.Throwable cause)
message - The message for the Exceptioncause - The Exception that caused this Exception.