Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.security
Class EventNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
EventNotFoundException()
           
EventNotFoundException(String message)
           
EventNotFoundException(String message, Throwable cause)
           
EventNotFoundException(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

EventNotFoundException

public EventNotFoundException()

EventNotFoundException

public EventNotFoundException(String message)

EventNotFoundException

public EventNotFoundException(Throwable cause)

EventNotFoundException

public EventNotFoundException(String message,
                              Throwable cause)

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.