Package com.mysql.cj.exceptions
Class ConnectionIsClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.ConnectionIsClosedException
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionIsClosedException extends CJException
Operation attempted on already closed Connection
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description ConnectionIsClosedException()
ConnectionIsClosedException(java.lang.String message)
ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause)
protected
ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ConnectionIsClosedException(java.lang.Throwable cause)
-
Method Summary
Methods inherited from class com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
Constructor Details
-
ConnectionIsClosedException
public ConnectionIsClosedException() -
ConnectionIsClosedException
public ConnectionIsClosedException(java.lang.String message) -
ConnectionIsClosedException
public ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause) -
ConnectionIsClosedException
public ConnectionIsClosedException(java.lang.Throwable cause) -
ConnectionIsClosedException
protected ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-