Class AuthenticationCredentialsNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
it.univr.passportease.exception.security.AuthenticationCredentialsNotFoundException
- All Implemented Interfaces:
Serializable
This exception is thrown when the credentials are not found in the request made to the server.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationCredentialsNotFoundException
Constructor ofAuthenticationCredentialsNotFoundException
.- Parameters:
message
- The message of the exception.
-