public class TransactionException extends Exception
| Constructor and Description |
|---|
TransactionException() |
TransactionException(String errorMsg) |
TransactionException(String errorMsg,
String errorCode) |
TransactionException(String errorMsg,
String errorCode,
Throwable e) |
TransactionException(String errorMsg,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
void |
setErrorCode(String errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionException()
public TransactionException(String errorMsg)
Copyright © 2022 WSO2. All rights reserved.