com.ibm.events.emitter

Class SendFailureException

    • Constructor Detail

      • SendFailureException

        public SendFailureException(java.lang.Throwable cause)
        Constructs a SendFailureException that contains a causing exception.
        Parameters:
        cause - The exception that caused the emitter exception to be created.
      • SendFailureException

        public SendFailureException(java.lang.String key,
                            java.lang.String file,
                            java.lang.Object[] parms)
        Constructs a SendFailureException that contains a message.
        Parameters:
        key - The ID of the message to use as the exception message.
        file - The resource bundle that contains the key.
        parms - The parameters to the message.
      • SendFailureException

        public SendFailureException(java.lang.String key,
                            java.lang.String file,
                            java.lang.Object[] parms,
                            java.lang.Throwable cause)
        Constructs a SendFailureException that contains a message and a causing exception.
        Parameters:
        key - The ID of the message to use as the exception message.
        file - The resource bundle that contains the key.
        parms - The parameters to the message.
        cause - The exception that caused the emitter exception to be created.
IBM Business Process ManagerTM
Release 8