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