Uses of Class
com.senzing.sdk.SzUnrecoverableException
Packages that use SzUnrecoverableException
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
-
Uses of SzUnrecoverableException in com.senzing.sdk
Subclasses of SzUnrecoverableException in com.senzing.sdkModifier and TypeClassDescriptionclassExtendsSzUnrecoverableExceptionto define an exceptional condition triggered by a database error from which we cannot recover (e.g.: missing or unexpected schema definition).classExtendsSzUnrecoverableExceptionto define an exceptional condition triggered by an invalid, expired or exhausted Senzing license.classExtendsSzUnrecoverableExceptionto define an exceptional condition triggered by Senzing not being initialized.classExtendsSzUnrecoverableExceptionto define an exceptional condition caused by an otherwise unhandled and unexpected failure in the Senzing SDK.