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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
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
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