Class GlossaryViewOmasException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.repositoryservices.ffdc.exception.OMRSCheckedExceptionBase
org.odpi.openmetadata.accessservices.glossaryview.exception.GlossaryViewOmasException
- All Implemented Interfaces:
Serializable
Generic exception used when unknown exceptions are coming from the omrs layer. Made to be used only by
OMRSClient
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGlossaryViewOmasException
(int httpCode, String className, String actionDescription, String errorMessage, String systemAction, String userAction) GlossaryViewOmasException
(OMRSCheckedExceptionBase omrsCheckedExceptionBase) -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
equals, getErrorMessage, getRelatedProperties, getReportedCaughtException, getReportedCaughtExceptionClassName, getReportedErrorMessage, getReportedErrorMessageId, getReportedErrorMessageParameters, getReportedHTTPCode, getReportedSystemAction, getReportedUserAction, getReportingActionDescription, getReportingClassName, hashCode, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
GlossaryViewOmasException
-
GlossaryViewOmasException
-