ConfigurationException

constructor(message: String)

Construct a new ConfigurationException.

Parameters

message

The detail message, expected to be the proximal reason why configuration failed.


constructor(message: String, cause: Throwable)

Construct a new ConfigurationException.

Parameters

message

The detail message, expected to be the proximal reason why configuration failed.

cause

The proximal cause of the exception.