Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.gustavblass.commons.exceptions.NotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a resource, file, object or any other entity was not found in the place it was expected to be in.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException().NotFoundException(String message) SeeException(String).NotFoundException(String message, Throwable cause) NotFoundException(Throwable cause) SeeException(Throwable). -
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()SeeException(). -
NotFoundException
SeeException(String). -
NotFoundException
-
NotFoundException
SeeException(Throwable).
-