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