Class RemoteProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.catalina.tribes.RemoteProcessException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.RemoteProcessException(String message) Construct an exception with the specified message.RemoteProcessException(String message, Throwable cause) Construct an exception with the specified message and cause.RemoteProcessException(Throwable cause) Construct an exception with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteProcessException
public RemoteProcessException()Default constructor. -
RemoteProcessException
Construct an exception with the specified message.- Parameters:
message- the detail message
-
RemoteProcessException
-
RemoteProcessException
Construct an exception with the specified cause.- Parameters:
cause- the cause
-