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
public class GlossaryViewOmasException extends OMRSCheckedExceptionBase
Generic exception used when unknown exceptions are coming from the omrs layer. Made to be used only byOMRSClient- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GlossaryViewOmasException(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 Detail
-
GlossaryViewOmasException
public GlossaryViewOmasException(int httpCode, String className, String actionDescription, String errorMessage, String systemAction, String userAction)
-
GlossaryViewOmasException
public GlossaryViewOmasException(OMRSCheckedExceptionBase omrsCheckedExceptionBase)
-
-