Package com.isode.mhfcm
Class ConfigInconsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.mhfcm.MHFCMException
com.isode.mhfcm.ConfigInconsistencyException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConfigInconsistencyException
(String message) ConfigInconsistencyException
(String message, Throwable cause) ConfigInconsistencyException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigInconsistencyException
public ConfigInconsistencyException() -
ConfigInconsistencyException
- Parameters:
message
- text for exception
-
ConfigInconsistencyException
- Parameters:
cause
- the Throwable which caused this exception
-
ConfigInconsistencyException
- Parameters:
message
- message textcause
- the Throwable which caused this exception
-
ConfigInconsistencyException
public ConfigInconsistencyException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) - Parameters:
message
- text for exceptioncause
- the Throwable which caused this exceptionenableSuppression
- whether to supress or notwritableStackTrace
- whether stack trace should be written
-