Class PodioConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.java_podio.code_gen.static_interface.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 Summary
Constructors Constructor Description PodioConflictException(String arg0)PodioConflictException(String arg0, Throwable arg1)PodioConflictException(Throwable arg0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-