ContentCopyException

constructor(message: String, cause: Throwable? = null)

Parameters

message

A description of the error that occurred.

cause

The cause of the error, or null if the cause is nonexistent or unknown.