Package de.kosmos_lab.web.exceptions
Class LoginFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.kosmos_lab.web.exceptions.ServletException
-
- de.kosmos_lab.web.exceptions.UnauthorizedException
-
- de.kosmos_lab.web.exceptions.LoginFailedException
-
- All Implemented Interfaces:
Serializable
public class LoginFailedException extends UnauthorizedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginFailedException()LoginFailedException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoginFailedException
public LoginFailedException()
-
LoginFailedException
public LoginFailedException(String message)
-
-