public class CognosHandlerException extends MXSystemException
detail, params
Constructor and Description |
---|
CognosHandlerException(java.lang.String errorKey)
This constructor creates an exception to log the message in the Cognos error messages group which is "iface" with
the error message key for the message defined on Maximo server.
|
CognosHandlerException(java.lang.String errorKey,
java.lang.Throwable throwable)
This constructor creates an exception to wrap the original exception and log the message in the Cognos error
messages group which is "iface" with the error message key for the message defined on Maximo server.
|
equals, getDetail, getDisplayMessage, getErrorAttr, getErrorAttrValue, getErrorCorrelationId, getErrorGroup, getErrorKey, getErrorObjectName, getForcedLangCode, getMessage, getMessage, getParameters, hasDetail, hasParameters, isServerSide, setErrorAttr, setErrorAttrValue, setErrorCorrelationId, setErrorObjectName, setForcedLangCode, setServerSide
public CognosHandlerException(java.lang.String errorKey, java.lang.Throwable throwable)
errorKey
- the key for the message defined on Maximo serverthrowable
- the original exceptionpublic CognosHandlerException(java.lang.String errorKey)
errorKey
- the key for the message defined on Maximo server