public class ImmediateDownstreamReplicationException extends IOException
HAReceiveService
when replication to the
downstream service fails. The root cause can be an RMI error (can not connect
or connection lost), a socket channel write error (can not connect,
connection lost, etc.), or even a transitive error from further down the
write pipeline. This exception DOES NOT decisively indicate the problem is
with the immediate downstream service. The caller must inspect the root cause
to make this determination. However, this exception DOES indicate that the
problem is with downstream replication rather than with the receipt or
handling of the payload on this service.Constructor and Description |
---|
ImmediateDownstreamReplicationException() |
ImmediateDownstreamReplicationException(String message) |
ImmediateDownstreamReplicationException(String message,
Throwable cause) |
ImmediateDownstreamReplicationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ImmediateDownstreamReplicationException()
public ImmediateDownstreamReplicationException(String message)
public ImmediateDownstreamReplicationException(Throwable cause)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.