|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jboss.remoting3.RemotingException
org.jboss.remoting3.RemoteExecutionException
org.jboss.remoting3.RemoteReplyException
public class RemoteReplyException

An exception indicating that a the remote side tried and failed to send a reply message. The remote side would be
aware of this type of failure, so the outcome is determinate; thus it extends RemoteExecutionException.
| Constructor Summary | |
|---|---|
RemoteReplyException()
Constructs a RemoteReplyException with no detail message. |
|
RemoteReplyException(String msg)
Constructs a RemoteReplyException with the specified detail message. |
|
RemoteReplyException(String msg,
Throwable cause)
Constructs a RemoteReplyException with the specified detail message and cause. |
|
RemoteReplyException(Throwable cause)
Constructs a RemoteReplyException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.jboss.remoting3.RemoteExecutionException |
|---|
rethrow, unexpected |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteReplyException()
initCause.
public RemoteReplyException(String msg)
initCause.
msg - the detail messagepublic RemoteReplyException(Throwable cause)
(cause == null ? null : cause.toString())(which typically contains the class and detail message of cause).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
public RemoteReplyException(String msg,
Throwable cause)
msg - the detail messagecause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||