LockReleaseFailedException

class LockReleaseFailedException : IOException

This exception is thrown when the write.lock could not be released.

See also

Constructors

Link copied to clipboard
constructor(message: String)
constructor(message: String, cause: Throwable)

Properties

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

Functions

Link copied to clipboard