Class ListenerRegistrationException

All Implemented Interfaces:
Serializable

public class ListenerRegistrationException
extends RuntimeException
In general, the exception is used to indicate that a listener could not be registered. Will be thrown, if someone tries to add a strict listener while the same listener is already registered as non strict or vice versa.
Version:
$Revision: 1.5 $
See Also:
Serialized Form
  • Constructor Details

    • ListenerRegistrationException

      public ListenerRegistrationException​(String msg)
      Constructs a ListenerRegistrationException with the specified detail message.
      Parameters:
      msg - the detail message for the exception.