All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContextNotFoundException, EntityNotFoundException, QueryTemplateNotFoundException, RelationNotFoundException, SchemaNotFoundException

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

    • NotFoundException

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

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

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