Daisy Open Source CMS

org.outerj.daisy.repository
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.outerj.daisy.repository.RepositoryException
              extended by org.outerj.daisy.repository.AuthenticationFailedException
All Implemented Interfaces:
Serializable, LocalizedException

public class AuthenticationFailedException
extends RepositoryException
implements LocalizedException

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(String login)
           
 
Method Summary
 String getMessage()
           
 String getMessage(Locale locale)
           
 
Methods inherited from class org.outerj.daisy.repository.RepositoryException
getState
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException(String login)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getMessage

public String getMessage(Locale locale)
Specified by:
getMessage in interface LocalizedException

Daisy Open Source CMS