Package org.opencastproject.util
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.util.NotFoundException
- All Implemented Interfaces:
Serializable
An exception that indicates that a resource that was expected to exist does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a NotFoundException without a detail message.NotFoundException(String message) Constructs a NotFoundException with a detail message.NotFoundException(String message, Throwable cause) Constructs a NotFoundException with a detail message and a cause.NotFoundException(Throwable cause) Constructs a NotFoundException with a cause. -
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()Constructs a NotFoundException without a detail message. -
NotFoundException
Constructs a NotFoundException with a detail message. -
NotFoundException
Constructs a NotFoundException with a cause. -
NotFoundException
Constructs a NotFoundException with a detail message and a cause.
-