public class VikingDBException extends Exception
构造器和说明 |
---|
VikingDBException() |
VikingDBException(Integer code,
String requestId,
String message) |
VikingDBException(Long code,
String requestId,
String message) |
限定符和类型 | 方法和说明 |
---|---|
Exception |
getErrorCodeException(Integer code,
String requestId,
String message) |
Exception |
getErrorCodeException(Long code,
String requestId,
String message) |
String |
toString() |
Copyright © 2024. All rights reserved.