All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FacetNotFoundException, ResourceNotFoundException

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

    • EntityNotFoundException

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

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

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