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