VersionSkewException

Thrown when a submit is aborted because the node's ledger version is incompatible with the client's bundled version AND the policy is set to hard-fail (VersionCoherence.HARD_FAIL_ON_SKEW). Under the default warn policy this is never thrown.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?