com.sas.services.events.broker
Class InvalidEventTypeException

com.sas.services.events.broker.InvalidEventTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEventTypeException

An InvalidEventTypeException is thrown when an unrecognized event type is specified.

Usage

This type of exception can occur when a dynamic listener application tries to register an event with an invalid type specified.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
InvalidEventTypeException()
          Constructs an exception to indicate that an invalid event type has been encountered.
InvalidEventTypeException(java.lang.String msg)
          Constructs an exception to indicate that an invalid event type has been encountered using the specified message.
 

Constructor Detail

InvalidEventTypeException

public InvalidEventTypeException()
Constructs an exception to indicate that an invalid event type has been encountered.


InvalidEventTypeException

public InvalidEventTypeException(java.lang.String msg)
Constructs an exception to indicate that an invalid event type has been encountered using the specified message.

Parameters:
msg - Exception message



Copyright © 2009 SAS Institute Inc. All Rights Reserved.