All Implemented Interfaces:
Serializable

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

    • IsParentOfAlreadyPresentException

      public IsParentOfAlreadyPresentException(String message)
      Instantiates a new checks if is parent of already present exception.
      Parameters:
      message - the message
    • IsParentOfAlreadyPresentException

      public IsParentOfAlreadyPresentException(Throwable cause)
      Instantiates a new checks if is parent of already present exception.
      Parameters:
      cause - the cause
    • IsParentOfAlreadyPresentException

      public IsParentOfAlreadyPresentException(String message, Throwable cause)
      Instantiates a new checks if is parent of already present exception.
      Parameters:
      message - the message
      cause - the cause