com.atlassian.crowd.exception
Class PasswordEncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.PasswordEncoderException
- All Implemented Interfaces:
- Serializable
public class PasswordEncoderException
- extends RuntimeException
An exception that is thrown if we have failed to encrypt a password
with a given PasswordEncoder
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PasswordEncoderException
public PasswordEncoderException(String s)
PasswordEncoderException
public PasswordEncoderException(String s,
Throwable throwable)
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.