java.lang.Object
java.lang.Throwable
java.lang.Exception
com.inductiveautomation.ignition.common.resourcecollection.PushException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LockAcquisitionTimeoutException, PushConflictException

public class PushException extends Exception
Thrown by ProjectManager to indicate there was a problem applying the ChangeOperations in a push.
See Also:
  • Constructor Details

    • PushException

      public PushException(String reason)
    • PushException

      public PushException(String reason, Throwable t)