Class SaltedHashException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.web.security.hash.SaltedHashException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SaltedHashEncodingException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaltedHashException(String message) SaltedHashException(String message, Throwable cause) SaltedHashException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaltedHashException
public SaltedHashException() -
SaltedHashException
- Parameters:
message-
-
SaltedHashException
- Parameters:
cause-
-
SaltedHashException
- Parameters:
message-cause-
-