public class LoginException extends BaseException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
LoginException(java.lang.String message)
Create a new
LoginException object with
the specified message |
LoginException(java.lang.String message,
java.lang.Throwable cause)
Create a new
LoginException object with
the specified message |
private static final long serialVersionUID
public LoginException(java.lang.String message)
LoginException
object with
the specified message
message
- The message to throw with the exceptionpublic LoginException(java.lang.String message, java.lang.Throwable cause)
LoginException
object with
the specified message
message
- The message to throw with the exceptioncause
- The cause of the exception