NoSuchSslBundleException

constructor(bundleName: String, message: String)

Create a new SslBundleNotFoundException instance.

Parameters

bundleName

the name of the bundle that could not be found

message

the exception message


constructor(bundleName: String, message: String, cause: Throwable)

Create a new SslBundleNotFoundException instance.

Parameters

bundleName

the name of the bundle that could not be found

message

the exception message

cause

the exception cause