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
-
-
Constructor Summary
Constructors Constructor Description EventNotFoundException()
EventNotFoundException(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
-
-