Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
Indicates that a resource, file, object or any other entity was not found in the place it was expected to be in.
See Also: