Package com.firebolt.jdbc.exception
Class ServerError.Error
java.lang.Object
com.firebolt.jdbc.exception.ServerError.Error
- Enclosing class:
- ServerError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionError
(String code, String name, ServerError.Error.Severity severity, ServerError.Error.Source source, String description, String resolution, String helpLink, ServerError.Error.Location location) -
Method Summary
-
Constructor Details
-
Error
public Error(String code, String name, ServerError.Error.Severity severity, ServerError.Error.Source source, String description, String resolution, String helpLink, ServerError.Error.Location location)
-
-
Method Details