Liferay 7.0-ce-b4

com.liferay.portal.exception
Class UserLockoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portal.exception.UserLockoutException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserLockoutException.LDAPLockout, UserLockoutException.PasswordPolicyLockout

public class UserLockoutException
extends PortalException

See Also:
Serialized Form

Nested Class Summary
static class UserLockoutException.LDAPLockout
           
static class UserLockoutException.PasswordPolicyLockout
           
 
Constructor Summary
UserLockoutException()
          Deprecated. As of 7.0.0, replaced by the inner classes
UserLockoutException(String msg)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserLockoutException(String msg, Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
UserLockoutException(Throwable cause)
          Deprecated. As of 7.0.0, replaced by the inner classes
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

UserLockoutException

@Deprecated
public UserLockoutException()
Deprecated. As of 7.0.0, replaced by the inner classes


UserLockoutException

@Deprecated
public UserLockoutException(String msg)
Deprecated. As of 7.0.0, replaced by the inner classes


UserLockoutException

@Deprecated
public UserLockoutException(String msg,
                                       Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


UserLockoutException

@Deprecated
public UserLockoutException(Throwable cause)
Deprecated. As of 7.0.0, replaced by the inner classes


Liferay 7.0-ce-b4