public class ConnectionIsClosedException extends CJException
exceptionMessage
Modifier | Constructor and 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) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
public ConnectionIsClosedException()
public ConnectionIsClosedException(java.lang.String message)
public ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause)
public ConnectionIsClosedException(java.lang.Throwable cause)
protected ConnectionIsClosedException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)