Class OMAGServerActivationError

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odpi.openmetadata.serverchassis.springboot.exception.OMAGServerActivationError
All Implemented Interfaces:
Serializable

public class OMAGServerActivationError extends Exception
Custom exception definition used for managing known server start-up error scenarios. The application cannot recover from this error.
See Also:
  • Constructor Details

    • OMAGServerActivationError

      public OMAGServerActivationError(String errorMessage)
      Constructs error object by describing the event with message.
      Parameters:
      errorMessage - text message describing the error
    • OMAGServerActivationError

      public OMAGServerActivationError(String errorMessage, Throwable cause)
      Constructs error object by describing the event with message and providing the original cause of the error.
      Parameters:
      errorMessage - text message describing the error
      cause - the error cause as instance of java.lang.Throwable