public static class NotaryError.RequestSignatureInvalid extends NotaryError
Occurs when the notarisation request signature does not verify for the provided transaction.
public RequestSignatureInvalid(@NotNull
java.lang.Throwable cause)
Occurs when the notarisation request signature does not verify for the provided transaction.
@NotNull public java.lang.String toString()
@NotNull public java.lang.Throwable getCause()
@NotNull public java.lang.Throwable component1()
@NotNull
public net.corda.core.flows.NotaryError.RequestSignatureInvalid copy(@NotNull
java.lang.Throwable cause)
Occurs when the notarisation request signature does not verify for the provided transaction.
public int hashCode()
Occurs when the notarisation request signature does not verify for the provided transaction.
public boolean equals(@Nullable
java.lang.Object p)
Occurs when the notarisation request signature does not verify for the provided transaction.