Class SupervisorRoutingTagOperationFailedException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Issue issue  
      protected User user  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Issue getIssue()
      Returns the issue
      User getUser()
      Returns the user
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • issue

        protected final transient Issue issue
      • user

        protected final transient User user
    • Constructor Detail

      • SupervisorRoutingTagOperationFailedException

        public SupervisorRoutingTagOperationFailedException​(java.lang.String message,
                                                            Issue issue,
                                                            User user)
        Parameters:
        message - the error message
        issue - the issue of the failed routing tag operation
        user - the supervisor user that failed to execute the routing tag operation
        Since:
        12.1
      • SupervisorRoutingTagOperationFailedException

        public SupervisorRoutingTagOperationFailedException​(java.lang.String message,
                                                            java.lang.Throwable cause,
                                                            Issue issue,
                                                            User user)
        Parameters:
        message - the error message
        cause - the cause of the exception
        issue - the issue of the failed routing tag operation
        user - the supervisor user that failed to execute the routing tag operation
        Since:
        12.1
    • Method Detail

      • getUser

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