CommitFailException

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

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

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