public class StreamSendException extends AmqpException
Constructor and Description |
---|
StreamSendException(String message,
int code)
Construct an instance with the provided message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConfirmationCode()
Return the confirmation code, if available.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StreamSendException(String message, int code)
message
- the message.code
- the confirmation code.