Class PasswordEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.opendj.security.hash.PasswordEncodingException
- All Implemented Interfaces:
Serializable, LocalizableException
Generic exception in case an error happens during a password's encoding operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aPasswordEncodingException.Creates a new exception with the provided message. -
Method Summary
Modifier and TypeMethodDescriptionReturns the localizable message that explains the problem that occurred.Methods inherited from class 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
Creates a new exception with the provided message.- Parameters:
message- The message that explains the problem that occurred.
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-
getMessageObject
Description copied from interface:LocalizableExceptionReturns the localizable message that explains the problem that occurred.- Specified by:
getMessageObjectin interfaceLocalizableException- Returns:
- the localizable message that explains the problem that occurred
-