Package com.mysql.cj.exceptions
Class PropertyNotModifiableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mysql.cj.exceptions.CJException
com.mysql.cj.exceptions.PropertyNotModifiableException
- All Implemented Interfaces:
java.io.Serializable
public class PropertyNotModifiableException extends CJException
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description PropertyNotModifiableException()
PropertyNotModifiableException(java.lang.String message)
PropertyNotModifiableException(java.lang.String message, java.lang.Throwable cause)
protected
PropertyNotModifiableException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PropertyNotModifiableException(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
-
PropertyNotModifiableException
public PropertyNotModifiableException() -
PropertyNotModifiableException
public PropertyNotModifiableException(java.lang.String message) -
PropertyNotModifiableException
public PropertyNotModifiableException(java.lang.String message, java.lang.Throwable cause) -
PropertyNotModifiableException
public PropertyNotModifiableException(java.lang.Throwable cause) -
PropertyNotModifiableException
protected PropertyNotModifiableException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-