Class RemoteProcessException

  • All Implemented Interfaces:
    Serializable

    public class RemoteProcessException
    extends RuntimeException
    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
    See Also:
    ChannelException, Serialized Form
    • Constructor Detail

      • RemoteProcessException

        public RemoteProcessException()
      • RemoteProcessException

        public RemoteProcessException​(String message)
      • RemoteProcessException

        public RemoteProcessException​(String message,
                                      Throwable cause)
      • RemoteProcessException

        public RemoteProcessException​(Throwable cause)