类 NoSuchSslBundleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.ssl.NoSuchSslBundleException
- 所有已实现的接口:
Serializable
Exception indicating that an
SslBundle was referenced with a name that does not
match any registered bundle.- 从以下版本开始:
- 4.0
- 作者:
- Scott Frederick, Harry Yang
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明NoSuchSslBundleException(String bundleName, String message) Create a newSslBundleNotFoundExceptioninstance.NoSuchSslBundleException(String bundleName, String message, Throwable cause) Create a newSslBundleNotFoundExceptioninstance. -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
bundleName
-
-
构造器详细资料
-
NoSuchSslBundleException
Create a newSslBundleNotFoundExceptioninstance.- 参数:
bundleName- the name of the bundle that could not be foundmessage- the exception message
-
NoSuchSslBundleException
Create a newSslBundleNotFoundExceptioninstance.- 参数:
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
-