| Modifier and Type | Method and Description |
|---|---|
FailureInfo |
FailureInfo.getCause() |
FailureInfo |
QueryError.getFailureInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<FailureInfo> |
FailureInfo.getSuppressed() |
| Constructor and Description |
|---|
FailureInfo(String type,
String message,
FailureInfo cause,
List<FailureInfo> suppressed,
List<String> stack,
ErrorLocation errorLocation) |
QueryError(String message,
String sqlState,
int errorCode,
String errorName,
String errorType,
ErrorLocation errorLocation,
FailureInfo failureInfo) |
| Constructor and Description |
|---|
FailureInfo(String type,
String message,
FailureInfo cause,
List<FailureInfo> suppressed,
List<String> stack,
ErrorLocation errorLocation) |
Copyright © 2012–2019. All rights reserved.