com.ibm.tivoli.maximo.report.cognos.metadata.exception

Class CognosHandlerException

  • All Implemented Interfaces:
    java.io.Serializable


    public class CognosHandlerException
    extends MXSystemException
    This class is the exception class used in case any error occurs while playing the Cognos action log script on the Cognos server.
    See Also:
    Serialized Form
    • Constructor Detail

      • CognosHandlerException

        public 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.
        Parameters:
        errorKey - the key for the message defined on Maximo server
        throwable - the original exception
      • CognosHandlerException

        public 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.
        Parameters:
        errorKey - the key for the message defined on Maximo server