Package com.mysql.cj.exceptions
Class InvalidConnectionAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.InvalidConnectionAttributeException
- All Implemented Interfaces:
java.io.Serializable
public class InvalidConnectionAttributeException extends CJException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
Methods inherited from class com.mysql.cj.exceptions.CJException
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCode
-
Constructor Details
-
InvalidConnectionAttributeException
public InvalidConnectionAttributeException() -
InvalidConnectionAttributeException
public InvalidConnectionAttributeException(java.lang.String message) -
InvalidConnectionAttributeException
public InvalidConnectionAttributeException(java.lang.String message, java.lang.Throwable cause) -
InvalidConnectionAttributeException
public InvalidConnectionAttributeException(java.lang.Throwable cause) -
InvalidConnectionAttributeException
public InvalidConnectionAttributeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-