public class PropertyNotModifiableException extends CJException
| Modifier and Type | Field | Description |
|---|---|---|
private static long |
serialVersionUID |
exceptionMessage| Modifier | Constructor | Description |
|---|---|---|
|
PropertyNotModifiableException() |
|
|
PropertyNotModifiableException(String message) |
|
|
PropertyNotModifiableException(String message,
Throwable cause) |
|
protected |
PropertyNotModifiableException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
|
PropertyNotModifiableException(Throwable cause) |
appendMessage, getMessage, getSQLState, getVendorCode, isTransient, setSQLState, setTransient, setVendorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public PropertyNotModifiableException()
public PropertyNotModifiableException(String message)
public PropertyNotModifiableException(String message, Throwable cause)
public PropertyNotModifiableException(Throwable cause)