Class TaskOperationFailure

    • Constructor Detail

      • TaskOperationFailure

        public TaskOperationFailure​(java.lang.String nodeId,
                                    long taskId,
                                    java.lang.Exception e)
      • TaskOperationFailure

        public TaskOperationFailure​(StreamInput in)
                             throws java.io.IOException
        Read from a stream.
        Throws:
        java.io.IOException
    • Method Detail

      • getNodeId

        public java.lang.String getNodeId()
      • getTaskId

        public long getTaskId()
      • getReason

        public java.lang.String getReason()
      • getCause

        public java.lang.Exception getCause()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object