Class SaltedHashEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.web.security.hash.SaltedHashException
org.exoplatform.web.security.hash.SaltedHashEncodingException
- All Implemented Interfaces:
Serializable
- Author:
- Peter Palaga
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSaltedHashEncodingException(String message) SaltedHashEncodingException(String message, 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
-
SaltedHashEncodingException
public SaltedHashEncodingException() -
SaltedHashEncodingException
- Parameters:
message-cause-
-
SaltedHashEncodingException
- Parameters:
message-
-
SaltedHashEncodingException
- Parameters:
cause-
-