PrepareCommitFailException

class PrepareCommitFailException(cause: Throwable, obj: TwoPhaseCommit?) : IOException

Thrown by TwoPhaseCommitTool.execute when an object fails to prepareCommit().

Constructors

Link copied to clipboard
constructor(cause: Throwable, obj: TwoPhaseCommit?)

Properties

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

Functions

Link copied to clipboard