Class IsRelatedToAlreadyPresentException

    • Constructor Detail

      • IsRelatedToAlreadyPresentException

        public IsRelatedToAlreadyPresentException​(String message)
        Instantiates a new checks if is related to already present exception.
        Parameters:
        message - the message
      • IsRelatedToAlreadyPresentException

        public IsRelatedToAlreadyPresentException​(Throwable cause)
        Instantiates a new checks if is related to already present exception.
        Parameters:
        cause - the cause
      • IsRelatedToAlreadyPresentException

        public IsRelatedToAlreadyPresentException​(String message,
                                                  Throwable cause)
        Instantiates a new checks if is related to already present exception.
        Parameters:
        message - the message
        cause - the cause