Class ConfigInconsistencyException

All Implemented Interfaces:
Serializable

public class ConfigInconsistencyException extends MHFCMException
Thrown when the API determines that information about the configuration that is held in the directory does not correspond with the live configuration. This may happen, for example, if the API is used to request information about configuration which has been created in the directory but which has not yet been read and acted on by the Queue Manager.
See Also:
  • Constructor Details

    • ConfigInconsistencyException

      public ConfigInconsistencyException()
    • ConfigInconsistencyException

      public ConfigInconsistencyException(String message)
      Parameters:
      message - text for exception
    • ConfigInconsistencyException

      public ConfigInconsistencyException(Throwable cause)
      Parameters:
      cause - the Throwable which caused this exception
    • ConfigInconsistencyException

      public ConfigInconsistencyException(String message, Throwable cause)
      Parameters:
      message - message text
      cause - the Throwable which caused this exception
    • ConfigInconsistencyException

      public ConfigInconsistencyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message - text for exception
      cause - the Throwable which caused this exception
      enableSuppression - whether to supress or not
      writableStackTrace - whether stack trace should be written