Class AlreadyRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.epics.archiverappliance.config.exception.ConfigException
org.epics.archiverappliance.config.exception.AlreadyRegisteredException
All Implemented Interfaces:
Serializable

public class AlreadyRegisteredException extends ConfigException
Thrown if a PV is already registered to another appliance
Author:
mshankar
See Also:
  • Constructor Details

    • AlreadyRegisteredException

      public AlreadyRegisteredException(ApplianceInfo currentlyRegisteredAppliance)
  • Method Details

    • getCurrentlyRegisteredAppliance

      public ApplianceInfo getCurrentlyRegisteredAppliance()