Class AmqpClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.client.AmqpClientException
- All Implemented Interfaces:
Serializable
The
AmqpException wrapper for the checked ClientException.- Since:
- 4.1
- Author:
- Artem Bilan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpClientException(String message, org.apache.qpid.protonj2.client.exceptions.ClientException cause) AmqpClientException(org.apache.qpid.protonj2.client.exceptions.ClientException cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmqpClientException
public AmqpClientException(org.apache.qpid.protonj2.client.exceptions.ClientException cause) -
AmqpClientException
public AmqpClientException(String message, org.apache.qpid.protonj2.client.exceptions.ClientException cause)
-