Class StreamSendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.rabbit.stream.producer.StreamSendException
- All Implemented Interfaces:
Serializable
Used to complete the future exceptionally when sending fails.
- Since:
- 2.4
- Author:
- Gary Russell
- See Also:
-
Constructor Summary
ConstructorDescriptionStreamSendException
(String message, int code) Construct an instance with the provided message. -
Method Summary
Modifier and TypeMethodDescriptionint
Return the confirmation code, if available.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamSendException
Construct an instance with the provided message.- Parameters:
message
- the message.code
- the confirmation code.
-
-
Method Details
-
getConfirmationCode
public int getConfirmationCode()Return the confirmation code, if available.- Returns:
- the code.
-