Class PushConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.resourcecollection.PushException
com.inductiveautomation.ignition.common.resourcecollection.PushConflictException
All Implemented Interfaces:
Serializable

public class PushConflictException extends PushException
Specific kind of PushException indicating that a push attempted to create a resource but a resource with the same path already exists.
See Also:
  • Constructor Details

    • PushConflictException

      public PushConflictException(String reason)