public class RemoteProcessException
extends java.lang.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 Form| Constructor and Description | 
|---|
| RemoteProcessException() | 
| RemoteProcessException(java.lang.String message) | 
| RemoteProcessException(java.lang.String message,
java.lang.Throwable cause) | 
| RemoteProcessException(java.lang.Throwable cause) | 
public RemoteProcessException()
public RemoteProcessException(java.lang.String message)
public RemoteProcessException(java.lang.String message,
                      java.lang.Throwable cause)
public RemoteProcessException(java.lang.Throwable cause)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.