Class AmqpClientException

All Implemented Interfaces:
Serializable

public class AmqpClientException extends AmqpException
The AmqpException wrapper for the checked ClientException.
Since:
4.1
Author:
Artem Bilan
See Also:
  • 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)