Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends RestApiException
Named resource does not exist (HTTP 404 Not Found).
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
      Requested resource is not found, failing portion not specified.
    • ResourceNotFoundException

      public ResourceNotFoundException(String msg)
    • ResourceNotFoundException

      public ResourceNotFoundException(String msg, Throwable cause)
    • ResourceNotFoundException

      public ResourceNotFoundException(IdString id)
      Parameters:
      id - portion of the resource URI that does not exist.
    • ResourceNotFoundException

      public ResourceNotFoundException(IdString id, Throwable cause)
  • Method Details