public class MissingAttachmentsException
Thrown during deserialisation to indicate that an attachment needed to construct the class WireTransaction is not found
class WireTransaction| Constructor and Description |
|---|
MissingAttachmentsException(java.util.List<? extends net.corda.core.crypto.SecureHash> ids)
Thrown during deserialisation to indicate that an attachment needed to construct the
class WireTransaction is not found |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.corda.core.crypto.SecureHash> |
getIds() |
public MissingAttachmentsException(java.util.List<? extends net.corda.core.crypto.SecureHash> ids)
Thrown during deserialisation to indicate that an attachment needed to construct the class WireTransaction is not found
class WireTransaction