Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
404 Not Found - requested resource does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundException
(String message) Constructs a ResourceNotFoundException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
Constructs a ResourceNotFoundException with a default message.- Parameters:
message
- the detail message
-