org.apache.catalina.tribes
Class RemoteProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.catalina.tribes.RemoteProcessException
- All Implemented Interfaces:
- Serializable
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
- Version:
- 1.0
- Author:
- Filip Hanik
- See Also:
ChannelException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RemoteProcessException
public RemoteProcessException()
RemoteProcessException
public RemoteProcessException(String message)
RemoteProcessException
public RemoteProcessException(String message,
Throwable cause)
RemoteProcessException
public RemoteProcessException(Throwable cause)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.