com.retek.rsm.app.security.service
Class AuthenticationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.platform.exception.RetekBusinessException
              extended bycom.retek.rsm.app.security.service.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LockedUserAccountException

public class AuthenticationFailedException
extends com.retek.platform.exception.RetekBusinessException

See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(java.lang.String messageKey)
           
AuthenticationFailedException(java.lang.String messageKey, java.lang.Object[] params)
           
 
Methods inherited from class com.retek.platform.exception.RetekBusinessException
addAllBusinessProblems, addBusinessProblem, getBusinessProblems, getMessage, getProblems, getRootCause, hasProblems, removeBusinessProblem, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 messageKey)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String messageKey,
                                     java.lang.Object[] params)