public class BadPasswordException extends IOException
| 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, toStringpublic BadPasswordException(String message)
message - the message
Copyright © 1998–2021. All rights reserved.