com.atlassian.crowd.exception
Class PasswordEncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
PasswordEncoderException(String s)
           
PasswordEncoderException(String s, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordEncoderException

public PasswordEncoderException(String s)

PasswordEncoderException

public PasswordEncoderException(String s,
                                Throwable throwable)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.