public class RemoteProcessException extends RuntimeException
Title: RemoteProcessException
Description: Message thrown by a sender when USE_SYNC_ACK receives a FAIL_ACK_COMMAND.
This means that the message was received on the remote node but the processing of the message failed.
This message will be embedded in a ChannelException.FaultyMember
ChannelException
,
Serialized FormConstructor and Description |
---|
RemoteProcessException() |
RemoteProcessException(String message) |
RemoteProcessException(String message,
Throwable cause) |
RemoteProcessException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.