public final class PasswordEncrypterException extends RuntimeException
| Constructor and Description |
|---|
PasswordEncrypterException()
Creates a new instance of
PasswordEncrypterException without detail message. |
PasswordEncrypterException(String msg)
Constructs an instance of
PasswordEncrypterException with the specified detail message. |
PasswordEncrypterException(String msg,
Throwable cause)
Constructs an instance of
PasswordEncrypterException with the specified detail message and the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordEncrypterException()
PasswordEncrypterException without detail message.public PasswordEncrypterException(String msg)
PasswordEncrypterException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.