public class StoreException extends FrameworkException
| 构造器和说明 |
|---|
StoreException()
Instantiates a new Store exception.
|
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, nestedSQLExceptionpublic StoreException()
public 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 © 2019 Seata. All rights reserved.