Class AutoRoutingTagOperationFailedException

    • Field Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Issue getIssue()
      Returns the issue
      • 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
    • Constructor Detail

      • AutoRoutingTagOperationFailedException

        public AutoRoutingTagOperationFailedException​(java.lang.String message,
                                                      Issue issue)
        Parameters:
        message - the error message
        issue - the issue of the failed routing tag operation
        Since:
        12.1
      • AutoRoutingTagOperationFailedException

        public AutoRoutingTagOperationFailedException​(java.lang.String message,
                                                      java.lang.Throwable cause,
                                                      Issue issue)
        Parameters:
        message - the error message
        cause - the cause of the exception
        issue - the issue of the failed routing tag operation
        Since:
        12.1