Class ContractCodeNotFoundException

All Implemented Interfaces:
Serializable

public class ContractCodeNotFoundException extends ContractIntrospectionException
Raised when a contract code ledger entry cannot be found on the network. The entry may have been archived; restoring the contract code footprint may be required.
See Also:
  • Constructor Details

    • ContractCodeNotFoundException

      public ContractCodeNotFoundException(byte[] wasmHash)
  • Method Details

    • getWasmHash

      public byte[] getWasmHash()
      Returns a defensive copy of the Wasm hash that was looked up.