类 NoSuchSslBundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.ssl.NoSuchSslBundleException
- 所有已实现的接口:
Serializable
Exception indicating that an
SslBundle
was referenced with a name that does not
match any registered bundle.- 从以下版本开始:
- 3.1.0
- 作者:
- Scott Frederick
- 另请参阅:
-
构造器概要
构造器构造器说明NoSuchSslBundleException
(String bundleName, String message) Create a newSslBundleNotFoundException
instance.NoSuchSslBundleException
(String bundleName, String message, Throwable cause) Create a newSslBundleNotFoundException
instance. -
方法概要
-
构造器详细资料
-
NoSuchSslBundleException
Create a newSslBundleNotFoundException
instance.- 参数:
bundleName
- the name of the bundle that could not be foundmessage
- the exception message
-
NoSuchSslBundleException
Create a newSslBundleNotFoundException
instance.- 参数:
bundleName
- the name of the bundle that could not be foundmessage
- the exception messagecause
- the exception cause
-
-
方法详细资料
-
getBundleName
Return the name of the bundle that was not found.- 返回:
- the bundle name
-