gate.corpora
Class SynchronisationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygate.util.GateRuntimeException
                  extended bygate.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
 
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
equals, 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