public class DataAccessException extends StoreException
| 构造器和说明 |
|---|
DataAccessException()
default constructor
|
DataAccessException(FrameworkErrorCode err)
constructor with framework error code
|
DataAccessException(String msg)
constructor with msg
|
DataAccessException(String msg,
FrameworkErrorCode errCode)
constructor with msg and framework error code
|
DataAccessException(Throwable cause)
constructor with cause
|
DataAccessException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
constructor with cause and msg and framework error code
|
getErrcode, nestedException, nestedException, nestedSQLException, nestedSQLExceptionpublic DataAccessException()
public DataAccessException(FrameworkErrorCode err)
err - the framework error codepublic DataAccessException(String msg)
msg - the msgpublic DataAccessException(Throwable cause)
cause - the causepublic DataAccessException(String msg, FrameworkErrorCode errCode)
msg - the msgerrCode - the framework error codepublic DataAccessException(Throwable cause, String msg, FrameworkErrorCode errCode)
cause - the throwablemsg - the msgerrCode - the framework error codeCopyright © 2020 Seata. All rights reserved.