Class PasswordEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.security.hash.PasswordEncodingException
- All Implemented Interfaces:
Serializable
Generic exception in case an error happens during a password's encoding operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPasswordEncodingException
.PasswordEncodingException
(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordEncodingException
Constructs aPasswordEncodingException
.- Parameters:
cause
- the root cause of the exception.
-
PasswordEncodingException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-