public class ReplicationFilterException extends RuntimeException
IReplicationFilter.process()
implementation.IReplicationFilter
,
Serialized FormConstructor and Description |
---|
ReplicationFilterException(String message)
Constructs an ReplicationFilterException with the specified detail message.
|
ReplicationFilterException(String message,
Throwable cause)
Constructs an ReplicationFilterException with the specified detail message and cause.
|
ReplicationFilterException(String message,
Throwable cause,
String filterClassName,
String sourceMemberName,
String targetMemberName,
int filterDirection)
Constructs an ReplicationFilterException with the specified detail message, source and target
member.
|
Modifier and Type | Method and Description |
---|---|
int |
getDirection()
Gets replication filter direction Input/Output.
|
String |
getFilterClassName()
Gets the replication filter implementation class name.
|
String |
getSourceMemberName()
Gets the replication channel source member name.
|
String |
getTargetMemberName()
Gets the replication channel target member name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReplicationFilterException(String message)
message
- a String
containing a detail messagepublic ReplicationFilterException(String message, Throwable cause)
message
- a String
containing a detail messagecause
- the causepublic ReplicationFilterException(String message, Throwable cause, String filterClassName, String sourceMemberName, String targetMemberName, int filterDirection)
message
- a String
containing a detail messagecause
- the causepublic String getFilterClassName()
public String getSourceMemberName()
public String getTargetMemberName()
public int getDirection()
IReplicationFilter.FILTER_DIRECTION_INPUT
or IReplicationFilter.FILTER_DIRECTION_OUTPUT
Copyright © GigaSpaces.