public class BadPasswordException extends IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial Version UID.
|
| Constructor and Description |
|---|
BadPasswordException(String message)
Creates an exception saying the user password was incorrect.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public BadPasswordException(String message)