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

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
                  extended bycom.retek.rsm.app.security.service.LockedUserAccountException
All Implemented Interfaces:
java.io.Serializable

public class LockedUserAccountException
extends AuthenticationFailedException

See Also:
Serialized Form

Constructor Summary
LockedUserAccountException(java.lang.String messageKey)
           
LockedUserAccountException(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

LockedUserAccountException

public LockedUserAccountException(java.lang.String messageKey)

LockedUserAccountException

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