Class IsParentOfAlreadyPresentException

    • Constructor Detail

      • 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