java.lang.Object
com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
com.inductiveautomation.ignition.client.sqltags.impl.db.ErrorWriteOp
All Implemented Interfaces:
WriteOperation

public class ErrorWriteOp extends AbstractWriteOperation
A Write operation that represents an exception during the write.
  • Constructor Details

  • Method Details

    • getResponseError

      public Throwable getResponseError()
      Description copied from interface: WriteOperation
      Returns any exception that occurred during the write.
    • getResponseMessage

      public String getResponseMessage()
      Description copied from interface: WriteOperation
      Returns the response message, if any.
    • getWriteResponse

      public WriteResponse getWriteResponse()
      Description copied from interface: WriteOperation
      Returns the WriteResponse for this operation. If this is PENDING, one should register as a change listener to be notified when the response comes in.
    • setChangeListener

      public void setChangeListener(ChangeListener listener)
      Description copied from interface: WriteOperation
      Sets the change listener to listen for when this operation has finished.