com.atlassian.crowd.exception
Class PasswordEncoderNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.crowd.exception.PasswordEncoderNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PasswordEncoderNotFoundException
extends java.lang.RuntimeException

This exception is thrown if no PasswordEncoder is found when a lookup is done on the PasswordEncoderFactory

See Also:
Serialized Form

Constructor Summary
PasswordEncoderNotFoundException(java.lang.String msg)
           
PasswordEncoderNotFoundException(java.lang.String msg, java.lang.Throwable ex)
           
 
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

PasswordEncoderNotFoundException

public PasswordEncoderNotFoundException(java.lang.String msg)

PasswordEncoderNotFoundException

public PasswordEncoderNotFoundException(java.lang.String msg,
                                        java.lang.Throwable ex)


Copyright © 2010 Atlassian. All Rights Reserved.