类 SSLParamsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mysql.cj.exceptions.CJException
-
- com.mysql.cj.exceptions.SSLParamsException
-
- 所有已实现的接口:
Serializable
public class SSLParamsException extends CJException
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.mysql.cj.exceptions.CJException
exceptionMessage
-
-
构造器概要
构造器 构造器 说明 SSLParamsException()SSLParamsException(String message)SSLParamsException(String message, Throwable cause)SSLParamsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SSLParamsException(Throwable cause)
-
方法概要
-
从类继承的方法 com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
-