|
|||||||||
| 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.remoting.RemotingException
org.jboss.remoting.ReplyException
public class ReplyException

An exception type indicating that an operation completed and a reply was received, but it could not be delivered to the client. Possible causes include (but are not limited to) class cast problems and unmarshalling problems.
| Constructor Summary | |
|---|---|
ReplyException()
Constructs a ReplyException with no detail message. |
|
ReplyException(String msg)
Constructs a ReplyException with the specified detail message. |
|
ReplyException(String msg,
Throwable cause)
Constructs a ReplyException with the specified detail message and cause. |
|
ReplyException(Throwable cause)
Constructs a ReplyException with the specified cause. |
|
| Method Summary |
|---|
| 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 ReplyException()
initCause.
public ReplyException(String msg)
initCause.
msg - the detail messagepublic ReplyException(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 ReplyException(String msg,
Throwable cause)
msg - the detail messagecause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||