Class IssueRecategorizationOperationFailedException

    • Field Detail

      • sourceCategory

        protected final transient Category sourceCategory
      • destinationCategory

        protected final transient Category destinationCategory
    • Constructor Detail

      • IssueRecategorizationOperationFailedException

        protected IssueRecategorizationOperationFailedException​(java.lang.String message,
                                                                Category sourceCategory,
                                                                Category destinationCategory)
        Parameters:
        message - the error message
        sourceCategory - the source category of the failed recategorization operation
        destinationCategory - the destination category of the failed recategorization operation
        Since:
        12.31
      • IssueRecategorizationOperationFailedException

        protected IssueRecategorizationOperationFailedException​(java.lang.String message,
                                                                java.lang.Throwable cause,
                                                                Category sourceCategory,
                                                                Category destinationCategory)
        Parameters:
        message - the error message
        cause - the cause of the exception
        sourceCategory - the source category of the failed recategorization operation
        destinationCategory - the destination category of the failed recategorization operation
        Since:
        12.31
    • Method Detail

      • getSourceCategory

        public Category getSourceCategory()
        Returns:
        the source category
        Since:
        12.31
      • getDestinationCategory

        public Category getDestinationCategory()
        Returns:
        the destination category
        Since:
        12.31