All Implemented Interfaces:
Serializable

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

    • IsRelatedToNotFoundException

      public IsRelatedToNotFoundException(String message)
      Instantiates a new checks if is related to not found exception.
      Parameters:
      message - the message
    • IsRelatedToNotFoundException

      public IsRelatedToNotFoundException(Throwable cause)
      Instantiates a new checks if is related to not found exception.
      Parameters:
      cause - the cause
    • IsRelatedToNotFoundException

      public IsRelatedToNotFoundException(String message, Throwable cause)
      Instantiates a new checks if is related to not found exception.
      Parameters:
      message - the message
      cause - the cause