Class ExternalRefNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.contract.exception.ContractIntrospectionException
org.stellar.sdk.contract.exception.ExternalRefNotFoundException
- All Implemented Interfaces:
Serializable
Raised when the CAP-85
executable tag entry that an external executable reference points at cannot be found on the
network. The entry may have been archived; restoring the tag entry footprint may be required.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExternalRefNotFoundException
-
-
Method Details
-
getTag
public byte[] getTag()Returns a defensive copy of the tag that was looked up. -
getOwner
-