Class ExternalRefNotFoundException

All Implemented Interfaces:
Serializable

public class ExternalRefNotFoundException extends ContractIntrospectionException
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 Details

    • ExternalRefNotFoundException

      public ExternalRefNotFoundException(String owner, byte[] tag)
  • Method Details

    • getTag

      public byte[] getTag()
      Returns a defensive copy of the tag that was looked up.
    • getOwner

      public String getOwner()