public final class IncorrectPasswordException extends RuntimeException
The exception that is thrown when specified password is incorrect.
| Constructor and Description |
|---|
IncorrectPasswordException() |
IncorrectPasswordException(String message) |
IncorrectPasswordException(String message,
RuntimeException inner) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncorrectPasswordException()
public IncorrectPasswordException(String message)
public IncorrectPasswordException(String message, RuntimeException inner)
Copyright © 2024. All rights reserved.