Package core.support.exceptions
Class loginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- core.support.exceptions.loginException
-
- All Implemented Interfaces:
Serializable
public class loginException extends Exception
login exception for retrying login failures- Author:
- CAEHMAT
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description loginException(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
-
loginException
public loginException(String message)
-
-