ConfigDataLocationNotFoundException

constructor(location: ConfigDataLocation)

Create a new ConfigDataLocationNotFoundException instance.

Parameters

location

the location that could not be found


constructor(location: ConfigDataLocation, cause: Throwable)

Create a new ConfigDataLocationNotFoundException instance.

Parameters

location

the location that could not be found

cause

the exception cause


constructor(location: ConfigDataLocation, message: String, cause: Throwable)

Create a new ConfigDataLocationNotFoundException instance.

Since

2.4.7

Parameters

location

the location that could not be found

message

the exception message

cause

the exception cause