AvailPluginException

constructor(message: String)

Construct an AvailPluginException.

Parameters

message

The message that describes the issue causing this exception.


constructor(message: String, cause: Throwable)

Construct an AvailPluginException.

Parameters

message

The message that describes the issue causing this exception.

cause

The cause of the exception.