gate.corpora
Class SynchronisationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gate.util.GateRuntimeException
                  extended by gate.corpora.SynchronisationException
All Implemented Interfaces:
Serializable

public class SynchronisationException
extends GateRuntimeException

See Also:
Serialized Form

Constructor Summary
SynchronisationException()
          Default construction
SynchronisationException(Exception e)
          Construction from exception
SynchronisationException(String s)
          Construction from string
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchronisationException

public SynchronisationException()
Default construction


SynchronisationException

public SynchronisationException(String s)
Construction from string


SynchronisationException

public SynchronisationException(Exception e)
Construction from exception