Class EventNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.security.EventNotFoundException
- All Implemented Interfaces:
Serializable
Thrown if an event looked up (typically by id) was not found.
- Author:
- Daniel Henninger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventNotFoundException(String message) EventNotFoundException(String message, Throwable cause) EventNotFoundException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventNotFoundException
public EventNotFoundException() -
EventNotFoundException
-
EventNotFoundException
-
EventNotFoundException
-