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
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SynchronisationException
public SynchronisationException()
- Default construction
SynchronisationException
public SynchronisationException(String s)
- Construction from string
SynchronisationException
public SynchronisationException(Exception e)
- Construction from exception