Class ContractIntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.contract.exception.ContractIntrospectionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ContractCodeNotFoundException,ContractInstanceNotFoundException,ContractWasmRetrievalException,InvalidWasmException,StellarAssetContractHasNoWasmException
Base class for exceptions raised by contract introspection APIs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContractIntrospectionException(String message) ContractIntrospectionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContractIntrospectionException
-
ContractIntrospectionException
-