public class CognosTransformationException extends MXApplicationException
detail, params
Constructor and Description |
---|
CognosTransformationException(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.
|
CognosTransformationException(java.lang.String errorKey,
java.lang.Object[] params)
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.
|
CognosTransformationException(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 CognosTransformationException(java.lang.String errorKey, java.lang.Throwable throwable)
errorKey
- the key for the message defined on Maximo serverthrowable
- the original exceptionpublic CognosTransformationException(java.lang.String errorKey)
errorKey
- the key for the message defined on Maximo serverpublic CognosTransformationException(java.lang.String errorKey, java.lang.Object[] params)
errorKey
- the key for the message defined on Maximo serverparams
- the parameters to be added to the message before displaying it to the user