public class InteractiveRequestNoReplyException extends InteractiveException
| Constructor and Description |
|---|
InteractiveRequestNoReplyException(MethodPacket request)
Initializes a new
InteractiveRequestNoReplyException. |
InteractiveRequestNoReplyException(String message,
MethodPacket request)
Initializes a new
InteractiveRequestNoReplyException. |
| Modifier and Type | Method and Description |
|---|---|
MethodPacket |
getRequest()
Returns the
MethodPacket representing the request that was sent by the client to the
Interactive service |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InteractiveRequestNoReplyException(MethodPacket request)
InteractiveRequestNoReplyException.request - MethodPacket representing the request that was sent by the client to the
Interactive servicepublic InteractiveRequestNoReplyException(String message, MethodPacket request)
InteractiveRequestNoReplyException.message - Exception messagerequest - MethodPacket representing the request that was sent by the client to the
Interactive servicepublic MethodPacket getRequest()
MethodPacket representing the request that was sent by the client to the
Interactive serviceMethodPacket representing the request that was sent by the client to the
Interactive serviceCopyright © 2018. All rights reserved.