Uses of Class
com.subzero.SubzeroException
Packages that use SubzeroException
-
Uses of SubzeroException in com.subzero.spring
Methods in com.subzero.spring that throw SubzeroExceptionModifier and TypeMethodDescriptionvoid
Subzero.handleRequest
(String schema_name, String prefix, String role, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, String[] env, String max_rows) Handles an HTTP request.Constructors in com.subzero.spring that throw SubzeroExceptionModifierConstructorDescriptionSubzero
(DataSource dataSource, String dbType, String[] dbSchemas, String introspectionQueryDir, Boolean useInternalPermissions, String customRelations, String customPermissions, String licenseKey) Constructor for Subzero, used when the json schema is not known and needs to be introspected from the databaseSubzero
(DataSource dataSource, String dbType, String dbSchemaJson, String licenseKey) Constructor for Subzero, used when the json schema is already known (for example when it's cached in a file)