Class PodioConflictException

  • All Implemented Interfaces:
    Serializable

    public class PodioConflictException
    extends Exception
    Indicates that the current change could not be performed, since between the revision of the local data and the remote data there were conflicting changes.
    See Also:
    Serialized Form
    • Constructor Detail

      • PodioConflictException

        public PodioConflictException​(String arg0)
      • PodioConflictException

        public PodioConflictException​(Throwable arg0)
      • PodioConflictException

        public PodioConflictException​(String arg0,
                                      Throwable arg1)