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