Class AlreadyRegisteredException

  • All Implemented Interfaces:
    Serializable

    public class AlreadyRegisteredException
    extends Exception
    In order for high level services and applications to receive notifications from PLL, a notification handler for a service has to be registered in the PLL. If a handler for a service already exists during the registration, AlreadyRegisteredException is thrown.
    See Also:
    PLLClient, Serialized Form
    • Constructor Detail

      • AlreadyRegisteredException

        public AlreadyRegisteredException​(String msg)
        Constructs an instance of the AlreadyRegisteredException class.
        Parameters:
        msg - The message provided by the object which is throwing the exception
      • AlreadyRegisteredException

        public AlreadyRegisteredException​(Throwable t)
        Constructs an instance of the AlreadyRegisteredException class.
        Parameters:
        t - The Throwable object provided by the object which is throwing the exception