public class UnsupportedConnectionStringException extends CJException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
exceptionMessage| Constructor and Description |
|---|
UnsupportedConnectionStringException() |
UnsupportedConnectionStringException(java.lang.String message) |
UnsupportedConnectionStringException(java.lang.String message,
java.lang.Throwable cause) |
UnsupportedConnectionStringException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UnsupportedConnectionStringException(java.lang.Throwable cause) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodeprivate static final long serialVersionUID
public UnsupportedConnectionStringException()
public UnsupportedConnectionStringException(java.lang.String message)
public UnsupportedConnectionStringException(java.lang.String message,
java.lang.Throwable cause)
public UnsupportedConnectionStringException(java.lang.Throwable cause)
public UnsupportedConnectionStringException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)