Class IncorrectPepDescriptionError

    • Constructor Detail

      • IncorrectPepDescriptionError

        public IncorrectPepDescriptionError​(String message)
        Instantiates a new incorrect Pep description error.
        Parameters:
        message - the message
      • IncorrectPepDescriptionError

        public IncorrectPepDescriptionError​(String message,
                                            Exception causedBy)
        For wrapping exceptions.
        Parameters:
        message - Message of exception
        causedBy - caused by exception that should be wrapped.