All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConsistsOfNotFoundException, IsParentOfNotFoundException, IsRelatedToNotFoundException

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

    • RelationNotFoundException

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

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

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