All Implemented Interfaces:
Serializable

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

    • IsParentOfNotFoundException

      public IsParentOfNotFoundException(String message)
      Instantiates a new checks if is parent of not found exception.
      Parameters:
      message - the message
    • IsParentOfNotFoundException

      public IsParentOfNotFoundException(Throwable cause)
      Instantiates a new checks if is parent of not found exception.
      Parameters:
      cause - the cause
    • IsParentOfNotFoundException

      public IsParentOfNotFoundException(String message, Throwable cause)
      Instantiates a new checks if is parent of not found exception.
      Parameters:
      message - the message
      cause - the cause