com.ibm.events.catalog

Class EventDefinitionNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class EventDefinitionNotFoundException
    extends CatalogException
    Thrown when an attempt is made to refer to an event definition that does not exist in the event catalog.
    Since:
    5.1.0
    Version:
    1.2 11/4/05
    See Also:
    Serialized Form
    • Constructor Detail

      • EventDefinitionNotFoundException

        public EventDefinitionNotFoundException(java.lang.String name,
                                        java.lang.String key,
                                        java.lang.String file,
                                        java.lang.Object[] parms)
        Constructs a new EventDefinitionNotFoundException with the name of the event definition that could not be found. See EventsException.EventsException(String, String, Object[]) for more information.
        Parameters:
        name - The name of the event definition that could not be found.
        key - The message key.
        file - The name of the message file to use.
        parms - An array of elements to be inserted into the message.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the event definition that could not be found.
        Returns:
        The name.
IBM Business Process ManagerTM
Release 8