gate.corpora
Class SynchronisationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--gate.util.GateRuntimeException
|
+--gate.corpora.SynchronisationException
- All Implemented Interfaces:
- Serializable
- public class SynchronisationException
- extends GateRuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
SynchronisationException
public SynchronisationException()
- Default construction
SynchronisationException
public SynchronisationException(String s)
- Construction from string
SynchronisationException
public SynchronisationException(Exception e)
- Construction from exception