org.outerj.daisy.repository
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.outerj.daisy.repository.RepositoryException
              extended byorg.outerj.daisy.repository.AuthenticationFailedException
All Implemented Interfaces:
LocalizedException, java.io.Serializable

public class AuthenticationFailedException
extends RepositoryException
implements LocalizedException

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(java.lang.String login)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getMessage(java.util.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String login)
Method Detail

getMessage

public java.lang.String getMessage()

getMessage

public java.lang.String getMessage(java.util.Locale locale)
Specified by:
getMessage in interface LocalizedException


Copyright © -2005 . All Rights Reserved.