public class ErrorInfo
extends java.lang.Object
Describes errors which happen during replication, and usually contains
any exception thrown in the t
field.
Replicator
,
ReplicationErrored
Constructor and Description |
---|
ErrorInfo(java.lang.Throwable t)
Construct an instance with a
Throwable . |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getException()
Returns the
Throwable this instance was constructed with. |