org.jivesoftware.openfire.security
Class EventNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.security.EventNotFoundException
- All Implemented Interfaces:
- Serializable
public class EventNotFoundException
- extends Exception
Thrown if an event looked up (typically by id) was not found.
- 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 |
EventNotFoundException
public EventNotFoundException()
EventNotFoundException
public EventNotFoundException(String message)
EventNotFoundException
public EventNotFoundException(Throwable cause)
EventNotFoundException
public EventNotFoundException(String message,
Throwable cause)
Copyright © 2003-2008 Jive Software.