public class LoginException extends BaseException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LoginException(String message)
Create a new
LoginException object with
the specified message |
LoginException(String message,
Throwable cause)
Create a new
LoginException object with
the specified message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public LoginException(String message)
LoginException
object with
the specified message
message
- The message to throw with the exception