Class MetadataServerUncontactableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
-
- org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
- org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.SubjectAreaCheckedException
-
- org.odpi.openmetadata.accessservices.subjectarea.ffdc.exceptions.MetadataServerUncontactableException
-
- All Implemented Interfaces:
Serializable
public class MetadataServerUncontactableException extends SubjectAreaCheckedException
The MetadataServerUncontactableException is thrown by the Subject Area OMAS when the OMAG server cannot be contacted value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)This is the typical constructor used for creating a MetadataServerUncontactableExceptionMetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)This is the constructor used for creating an MetadataServerUncontactableException when an unexpected error has been caught.
-
Method Summary
-
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
toString
-
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
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
MetadataServerUncontactableException
public MetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
This is the typical constructor used for creating a MetadataServerUncontactableException- Parameters:
messageDefinition- content of the messageclassName- name of class reporting erroractionDescription- description of function it was performing when error detected
-
MetadataServerUncontactableException
public MetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
This is the constructor used for creating an MetadataServerUncontactableException when an unexpected error has been caught. The properties allow additional information to be associated with the exception.- Parameters:
messageDefinition- content of the messageclassName- name of class reporting erroractionDescription- description of function it was performing when error detectedcaughtError- previous error causing this exception
-
-