Class TxHashMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.web3j.tx.exceptions.TxHashMismatchException
All Implemented Interfaces:
Serializable

public class TxHashMismatchException extends IOException
See Also:
  • Constructor Details

    • TxHashMismatchException

      public TxHashMismatchException(String txHashLocal, String txHashRemote)
  • Method Details

    • getTxHashLocal

      public String getTxHashLocal()
    • getTxHashRemote

      public String getTxHashRemote()