|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.continuent.tungsten.replicator.ReplicatorException
com.continuent.tungsten.replicator.extractor.ExtractorException
public class ExtractorException
This class defines a ExtractorException
| 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 |
|---|
public ExtractorException(java.lang.String msg)
msg - public ExtractorException(java.lang.Throwable t)
t - exception to link cause to
public ExtractorException(java.lang.String msg,
java.lang.Throwable cause)
msg - cause -
public ExtractorException(java.lang.String msg,
java.lang.Throwable cause,
java.lang.String eventId)
| Method Detail |
|---|
public java.lang.String getEventId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||