Class 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:
  • Constructor Details

    • MetadataServerUncontactableException

      public MetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription)
      This is the typical constructor used for creating a MetadataServerUncontactableException
      Parameters:
      messageDefinition - content of the message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
    • MetadataServerUncontactableException

      public MetadataServerUncontactableException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Exception 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 message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      caughtError - previous error causing this exception