Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.database.utils.jdbc.exceptions.TransactionException
- All Implemented Interfaces:
Serializable
Exception class to throw errors of the transactions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionException(String errorMsg) TransactionException(String errorMsg, String errorCode) TransactionException(String errorMsg, String errorCode, Throwable e) TransactionException(String errorMsg, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionException
public TransactionException() -
TransactionException
-
TransactionException
-
TransactionException
-
TransactionException
-
-
Method Details
-
getErrorCode
-
setErrorCode
-