Class SupervisorCallRecategorizationOperationFailedException

All Implemented Interfaces:
CallProvider, UserProvider, Serializable

public class SupervisorCallRecategorizationOperationFailedException extends IssueRecategorizationOperationFailedException implements CallProvider, UserProvider

A SupervisorCallRecategorizationOperationFailedException is thrown by a SupervisorCallRecategorizationOperation if the operation execution has failed.

Since:
12.31
See Also:
  • Field Details

    • user

      protected final transient User user
    • call

      protected final transient Call call
  • Constructor Details

    • SupervisorCallRecategorizationOperationFailedException

      public SupervisorCallRecategorizationOperationFailedException(String message, Call call, User user, Category sourceCategory, Category destinationCategory)
      Parameters:
      message - the error message
      call - the call of the failed recategorization operation
      user - the user 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
    • SupervisorCallRecategorizationOperationFailedException

      public SupervisorCallRecategorizationOperationFailedException(String message, Throwable cause, Call call, User user, Category sourceCategory, Category destinationCategory)
      Parameters:
      message - the error message
      cause - the cause of the exception
      call - the call of the failed recategorization operation
      user - the user 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
    • getUser

      public User getUser()
      Description copied from interface: UserProvider
      Returns the user
      Specified by:
      getUser in interface UserProvider
      Returns:
      the user
      Since:
      12.31