Package org.serviceconnector.web
Class LoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.web.LoginException
- All Implemented Interfaces:
Serializable
The Class LoginException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new login exception.LoginException(String message) Instantiates a new login exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginException
public LoginException()Instantiates a new login exception. -
LoginException
Instantiates a new login exception.- Parameters:
message- the message
-