Package org.jivesoftware.util
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.util.NotFoundException
- All Implemented Interfaces:
 Serializable
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:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NotFoundException
public NotFoundException() - 
NotFoundException
 
 -