Class AlreadyHandledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class AlreadyHandledException
    extends org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AlreadyHandledException​(org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition messageDefinition, java.lang.String name, java.lang.String methodName, java.lang.Exception error)  
    • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlreadyHandledException

        public AlreadyHandledException​(org.odpi.openmetadata.frameworks.auditlog.messagesets.ExceptionMessageDefinition messageDefinition,
                                       java.lang.String name,
                                       java.lang.String methodName,
                                       java.lang.Exception error)