Class NameInUseException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.inductiveautomation.ignition.common.project.resource.ResourceNamingException
 - 
- com.inductiveautomation.ignition.common.project.resource.NameInUseException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class NameInUseException extends ResourceNamingException
The requested name is already in use by another local resource.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NameInUseException(java.lang.String name) 
 -