Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends InternalServiceException
Thrown if the service could not find the requested resource. related: javax.ws.rs.NotFoundException
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable cause)
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)