Uses of Class
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
-
Packages that use OCFCheckedExceptionBase Package Description org.odpi.openmetadata.frameworks.connectors.ffdc -
-
Uses of OCFCheckedExceptionBase in org.odpi.openmetadata.frameworks.connectors.ffdc
Subclasses of OCFCheckedExceptionBase in org.odpi.openmetadata.frameworks.connectors.ffdc Modifier and Type Class Description classConnectionCheckedExceptionConnectionCheckedException provides a checked exception for reporting errors found in connection objects.classConnectorCheckedExceptionConnectorCheckedException provides a checked exception for reporting errors found when using OCF connectors.classInvalidParameterExceptionThe InvalidParameterException is thrown by the connector when a parameter is null or an invalid value.classPropertyServerExceptionPropertyServerException provides a checked exception for reporting errors when connecting to a metadata repository to retrieve properties about the connection and/or connector.classUserNotAuthorizedExceptionThe UserNotAuthorizedException is thrown by the OCF when a userId passed on a request is not authorized to perform the requested action.Constructors in org.odpi.openmetadata.frameworks.connectors.ffdc with parameters of type OCFCheckedExceptionBase Constructor Description ConnectorCheckedException(String errorMessage, OCFCheckedExceptionBase template)This is the copy/clone constructor used for creating an exception.InvalidParameterException(String errorMessage, OCFCheckedExceptionBase template, String parameterName)This is the copy/clone constructor used for creating an exception.InvalidParameterException(OCFCheckedExceptionBase template, String parameterName)This is the copy/clone constructor used for creating an exception.OCFCheckedExceptionBase(String errorMessage, OCFCheckedExceptionBase template)This is the copy/clone constructor used for creating an OCFCheckedException.OCFCheckedExceptionBase(OCFCheckedExceptionBase template)This is the copy/clone constructor used for creating an OCFCheckedException.PropertyServerException(OCFCheckedExceptionBase template)This is the copy/clone constructor used for creating an exception.UserNotAuthorizedException(OCFCheckedExceptionBase template, String userId)This is the copy/clone constructor used for creating an exception from any exception that is a subclass of OCFCheckedExceptionBase
-