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.
Constructor and Description |
---|
NotFoundException() |
NotFoundException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundException()
public NotFoundException(String message)
Copyright © 2003-2008 Jive Software.