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