Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

@ResponseStatus(NOT_FOUND) public class ResourceNotFoundException extends CrudCraftRuntimeException
404 Not Found - requested resource does not exist.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
      Constructs a ResourceNotFoundException with a default message.
      Parameters:
      message - the detail message