DrmException

constructor(message: String, cause: Throwable)

Constructs a new exception with the given message and cause.

Parameters

message

human readable text explaining the error.

cause

the actual for the error.


constructor(cause: Throwable)

Constructs a new exception with the given message and cause.

Parameters

cause

the actual for the error.