Wildfire 3.2.4 Javadoc

org.jivesoftware.util
Class NotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jivesoftware.util.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException
extends Exception

Flags an exception when something requested is not found.

Use this class when it's not worth creating a unique xNotFoundException class, or where the context of the call makes it obvious what type of object was not found.

Author:
Iain Shigeoka
See Also:
Serialized Form

Constructor Summary
NotFoundException()
           
NotFoundException(String message)
           
 
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

NotFoundException

public NotFoundException()

NotFoundException

public NotFoundException(String message)

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.