com.continuent.tungsten.replicator.thl
Class THLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.continuent.tungsten.replicator.ReplicatorException
              extended by com.continuent.tungsten.replicator.thl.THLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LogConsistencyException, LogPositionException, LogTimeoutException

public class THLException
extends ReplicatorException

This class defines a THLException

Version:
1.0
Author:
Teemu Ollakka
See Also:
Serialized Form

Constructor Summary
THLException(java.lang.Exception e)
           
THLException(java.lang.String msg)
           
THLException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.replicator.ReplicatorException
getExtraData, getOriginalErrorMessage, setExtraData, setOriginalErrorMessage
 
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

THLException

public THLException(java.lang.Exception e)

THLException

public THLException(java.lang.String msg)

THLException

public THLException(java.lang.String msg,
                    java.lang.Exception e)