org.jivesoftware.openfire.lockout
Class NotLockedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotLockedOutException
public NotLockedOutException()
NotLockedOutException
public NotLockedOutException(String message)
NotLockedOutException
public NotLockedOutException(Throwable cause)
NotLockedOutException
public NotLockedOutException(String message,
Throwable cause)
Copyright © 2003-2007 Jive Software.