| Package | Description |
|---|---|
| org.odpi.openmetadata.frameworks.connectors.ffdc |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionCheckedException
ConnectionCheckedException provides a checked exception for reporting errors found in connection objects.
|
class |
ConnectorCheckedException
ConnectorCheckedException provides a checked exception for reporting errors found when using OCF connectors.
|
class |
InvalidParameterException
The InvalidParameterException is thrown by the connector when a parameter is null or an invalid value.
|
class |
PropertyServerException
PropertyServerException provides a checked exception for reporting errors when connecting to a
metadata repository to retrieve properties about the connection and/or connector.
|
class |
UserNotAuthorizedException
The UserNotAuthorizedException is thrown by the OCF when a userId passed on a request is not
authorized to perform the requested action.
|
| Constructor and Description |
|---|
InvalidParameterException(OCFCheckedExceptionBase template,
String parameterName)
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.
|
OCFCheckedExceptionBase(OCFCheckedExceptionBase template)
This is the copy/clone constructor used for creating an OCFCheckedException.
|
OCFCheckedExceptionBase(String errorMessage,
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
|
Copyright © 2018–2020 ODPi. All rights reserved.