Package com.redwood.scheduler.api.tool
Class LoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.redwood.scheduler.api.tool.LoginException
-
- All Implemented Interfaces:
Serializable
public class LoginException extends Exception
Exception logging in.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginException(String message)
LoginException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-