public class RequestSendFailedException extends RuntimeException
EJBReceivers if the receiver couldn't successfully handle a request. If
this exception is received, the outcome of the request is unknown (and possible retries have also failed indeterminately).| Constructor and Description |
|---|
RequestSendFailedException()
Constructs a new
RequestSendFailedException instance. |
RequestSendFailedException(String msg)
Constructs a new
RequestSendFailedException instance with an initial message. |
RequestSendFailedException(String msg,
Throwable cause)
Constructs a new
RequestSendFailedException instance with an initial message and cause. |
RequestSendFailedException(Throwable cause)
Constructs a new
RequestSendFailedException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestSendFailedException()
RequestSendFailedException instance. The message is left blank (null), and no
cause is specified.public RequestSendFailedException(String msg)
RequestSendFailedException instance with an initial message. No cause is specified.msg - the messagepublic RequestSendFailedException(Throwable cause)
RequestSendFailedException instance with an initial cause. If a non-null cause
is specified, its message is used to initialize the message of this RequestSendFailedException; otherwise
the message is left blank (null).cause - the causeCopyright © 2017 JBoss by Red Hat. All rights reserved.