com.continuent.tungsten.replicator.extractor
Class ExtractorException

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.extractor.ExtractorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MySQLExtractException, OracleExtractException

public class ExtractorException
extends ReplicatorException

This class defines a ExtractorException

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

Constructor Summary
ExtractorException(java.lang.String msg)
          Creates a new exception with only a message.
ExtractorException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new exception with message and cause,
ExtractorException(java.lang.String msg, java.lang.Throwable cause, java.lang.String eventId)
          Creates a new exception with message, cause, and associated native eventId.
ExtractorException(java.lang.Throwable t)
          Creates a new exception with only a cause but no message.
 
Method Summary
 java.lang.String getEventId()
           
 
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

ExtractorException

public ExtractorException(java.lang.String msg)
Creates a new exception with only a message.

Parameters:
msg -

ExtractorException

public ExtractorException(java.lang.Throwable t)
Creates a new exception with only a cause but no message.

Parameters:
t - exception to link cause to

ExtractorException

public ExtractorException(java.lang.String msg,
                          java.lang.Throwable cause)
Creates a new exception with message and cause,

Parameters:
msg -
cause -

ExtractorException

public ExtractorException(java.lang.String msg,
                          java.lang.Throwable cause,
                          java.lang.String eventId)
Creates a new exception with message, cause, and associated native eventId.

Method Detail

getEventId

public java.lang.String getEventId()