All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends EntityNotFoundException
The Class ResourceNotFoundException.
Author:
Luca Frosini (ISTI - CNR)
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
      Instantiates a new resource not found exception.
      Parameters:
      message - the message
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable cause)
      Instantiates a new resource not found exception.
      Parameters:
      cause - the cause
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)
      Instantiates a new resource not found exception.
      Parameters:
      message - the message
      cause - the cause