Class StellarAssetContractHasNoWasmException

All Implemented Interfaces:
Serializable

public class StellarAssetContractHasNoWasmException extends ContractIntrospectionException
Raised when the requested contract is a Stellar Asset Contract, which does not have an associated Wasm module.
See Also:
  • Constructor Details

    • StellarAssetContractHasNoWasmException

      public StellarAssetContractHasNoWasmException(String contractId)
  • Method Details

    • getContractId

      public String getContractId()