public class PasswordException extends Exception
| Constructor and Description |
|---|
PasswordException(String message)
Construct a new exception
|
PasswordException(String message,
Throwable cause)
Construct a new exception
|
PasswordException(Throwable cause)
Construct a new exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordException(String message)
message - messagepublic PasswordException(String message, Throwable cause)
message - messagecause - causepublic PasswordException(Throwable cause)
cause - causeCopyright © 2021. All rights reserved.