Class SynchronizerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.fraunhofer.iese.mydata.pmp.synchronizer.SynchronizerException
-
- All Implemented Interfaces:
Serializable
public class SynchronizerException extends Exception
Exception to indicate an error about synchronization- See Also:
ISyncService
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynchronizerException(String message)
SynchronizerException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-