@Immutable public class QueryError extends Object
| Constructor and Description |
|---|
QueryError(String message,
String sqlState,
int errorCode,
String errorName,
String errorType,
ErrorLocation errorLocation,
FailureInfo failureInfo) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
ErrorLocation |
getErrorLocation() |
String |
getErrorName() |
String |
getErrorType() |
FailureInfo |
getFailureInfo() |
String |
getMessage() |
String |
getSqlState() |
String |
toString() |
public QueryError(String message, String sqlState, int errorCode, String errorName, String errorType, ErrorLocation errorLocation, FailureInfo failureInfo)
public String getMessage()
public int getErrorCode()
public String getErrorName()
public String getErrorType()
@Nullable public ErrorLocation getErrorLocation()
@Nullable public FailureInfo getFailureInfo()
Copyright © 2012–2019. All rights reserved.