org.opencms.security
Class CmsPasswordEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.security.CmsPasswordEncryptionException
- All Implemented Interfaces:
- Serializable, I_CmsThrowable
public class CmsPasswordEncryptionException
- extends CmsException
Signals that an attempt to encrypt a password was not successful.
- Since:
- 6.0.0
- See Also:
- Serialized Form
CmsPasswordEncryptionException
public CmsPasswordEncryptionException(CmsMessageContainer container)
- See Also:
CmsException.CmsException(CmsMessageContainer)
CmsPasswordEncryptionException
public CmsPasswordEncryptionException(CmsMessageContainer container,
Throwable cause)
- See Also:
CmsException.CmsException(CmsMessageContainer, Throwable)
createException
public CmsException createException(CmsMessageContainer container,
Throwable cause)
- Description copied from class:
CmsException
- Creates a copied instance of this localized exception.
- Overrides:
createException
in class CmsException
- Parameters:
container
- the message containercause
- the root cause
- Returns:
- a copied instance of this localized exception
- See Also:
CmsException.createException(org.opencms.i18n.CmsMessageContainer, java.lang.Throwable)