Class AutoCallRecategorizationOperationFailedException

All Implemented Interfaces:
CallProvider, Serializable

public class AutoCallRecategorizationOperationFailedException extends IssueRecategorizationOperationFailedException implements CallProvider

An AutoCallRecategorizationOperationFailedException is thrown by an AutoCallRecategorizationOperation if the operation execution has failed.

Since:
12.31
See Also:
  • Field Details

    • call

      protected final transient Call call
  • Constructor Details

    • AutoCallRecategorizationOperationFailedException

      public AutoCallRecategorizationOperationFailedException(String message, Call call, Category sourceCategory, Category destinationCategory)
      Parameters:
      message - the error message
      call - the call of the failed recategorization operation
      sourceCategory - the source category of the failed recategorization operation
      destinationCategory - the destination category of the failed recategorization operation
      Since:
      12.31
    • AutoCallRecategorizationOperationFailedException

      public AutoCallRecategorizationOperationFailedException(String message, Throwable cause, Call call, Category sourceCategory, Category destinationCategory)
      Parameters:
      message - the error message
      cause - the cause of the exception
      call - the call of the failed recategorization operation
      sourceCategory - the source category of the failed recategorization operation
      destinationCategory - the destination category of the failed recategorization operation
      Since:
      12.31
  • Method Details

    • getCall

      public Call getCall()
      Description copied from interface: CallProvider
      Returns the call
      Specified by:
      getCall in interface CallProvider
      Returns:
      the call
      Since:
      12.31