Class GovernanceActionEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.frameworks.connectors.ffdc.OCFCheckedExceptionBase
org.odpi.openmetadata.frameworks.governanceaction.ffdc.GovernanceActionEngineException
All Implemented Interfaces:
Serializable

public class GovernanceActionEngineException extends OCFCheckedExceptionBase
GovernanceActionEngineException indicates there is a problem with a request to a specific governance action engine. The error codes and messages indicate the cause of the problem and guidance on finding a remedy.
See Also:
  • Constructor Details

    • GovernanceActionEngineException

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

      public GovernanceActionEngineException(ExceptionMessageDefinition messageDefinition, String className, String actionDescription, Throwable caughtError)
      This is the constructor used for creating a GovernanceActionEngineException in response to a previous exception.
      Parameters:
      messageDefinition - content of message
      className - name of class reporting error
      actionDescription - description of function it was performing when error detected
      caughtError - the error that resulted in this exception.
    • GovernanceActionEngineException

      public GovernanceActionEngineException(String errorMessage, OCFCheckedExceptionBase template)
      This is the copy/clone constructor used for creating an exception.
      Parameters:
      errorMessage - associated message
      template - object to copy