Class ConfigInconsistencyException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigInconsistencyException

        public ConfigInconsistencyException()
      • ConfigInconsistencyException

        public ConfigInconsistencyException​(java.lang.String message)
        Parameters:
        message - text for exception
      • ConfigInconsistencyException

        public ConfigInconsistencyException​(java.lang.Throwable cause)
        Parameters:
        cause - the Throwable which caused this exception
      • ConfigInconsistencyException

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

        public ConfigInconsistencyException​(java.lang.String message,
                                            java.lang.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