Class IsRelatedToNotFoundException

    • Constructor Detail

      • 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