Openfire 3.5.0.rc1 Javadoc

org.jivesoftware.openfire.lockout
Class NotLockedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.openfire.lockout.NotLockedOutException
All Implemented Interfaces:
Serializable

public class NotLockedOutException
extends Exception

Thrown if a username is queried for lockout status that is not locked out.

Author:
Daniel Henninger
See Also:
Serialized Form

Constructor Summary
NotLockedOutException()
           
NotLockedOutException(String message)
           
NotLockedOutException(String message, Throwable cause)
           
NotLockedOutException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

NotLockedOutException

public NotLockedOutException()

NotLockedOutException

public NotLockedOutException(String message)

NotLockedOutException

public NotLockedOutException(Throwable cause)

NotLockedOutException

public NotLockedOutException(String message,
                             Throwable cause)

Openfire 3.5.0.rc1 Javadoc

Copyright © 2003-2007 Jive Software.