Class NoSuchLocalUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
de.gustavblass.fsu.fmi.roombooking.exceptions.NoSuchLocalUserException
- All Implemented Interfaces:
Serializable
public class NoSuchLocalUserException
extends org.springframework.security.authentication.AccountStatusException
There is no
Actor with the given Actor.userName present in the database.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchLocalUserException(String message) SeeException(String).NoSuchLocalUserException(String message, Throwable cause) -
Method Summary
Methods inherited from class org.springframework.security.core.AuthenticationException
getAuthenticationRequest, setAuthenticationRequestMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchLocalUserException
SeeException(String). -
NoSuchLocalUserException
-