public static class NotaryError.General extends NotaryError
Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.
public General(@NotNull
java.lang.Throwable cause)
Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.
@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.General copy(@NotNull
java.lang.Throwable cause)
Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.
public int hashCode()
Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.
public boolean equals(@Nullable
java.lang.Object p)
Occurs when the notary service encounters an unexpected issue or becomes temporarily unavailable.