public class InvalidConnectionAttributeException extends CJException
exceptionMessage| Constructor and Description |
|---|
InvalidConnectionAttributeException() |
InvalidConnectionAttributeException(java.lang.String message) |
InvalidConnectionAttributeException(java.lang.String message,
java.lang.Throwable cause) |
InvalidConnectionAttributeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
InvalidConnectionAttributeException(java.lang.Throwable cause) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodepublic InvalidConnectionAttributeException()
public InvalidConnectionAttributeException(java.lang.String message)
public InvalidConnectionAttributeException(java.lang.String message,
java.lang.Throwable cause)
public InvalidConnectionAttributeException(java.lang.Throwable cause)
public InvalidConnectionAttributeException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)