public class StoreException extends FrameworkException
| Constructor and Description |
|---|
StoreException(FrameworkErrorCode err)
Instantiates a new Store exception.
|
StoreException(String msg)
Instantiates a new Store exception.
|
StoreException(String msg,
FrameworkErrorCode errCode)
Instantiates a new Store exception.
|
StoreException(Throwable th)
Instantiates a new Store exception.
|
StoreException(Throwable th,
String msg)
Instantiates a new Store exception.
|
StoreException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
Instantiates a new Store exception.
|
getErrcode, nestedException, nestedException, nestedSQLException, nestedSQLExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StoreException(FrameworkErrorCode err)
err - the errpublic StoreException(String msg)
msg - the msgpublic StoreException(String msg, FrameworkErrorCode errCode)
msg - the msgerrCode - the err codepublic StoreException(Throwable cause, String msg, FrameworkErrorCode errCode)
cause - the causemsg - the msgerrCode - the err codepublic StoreException(Throwable th)
th - the thCopyright © 2023 Seata. All rights reserved.