Java org.springframework.amqp AmqpIOException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.amqp AmqpIOException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.amqp AmqpIOException.

The text is from its open source code.

Constructor

AmqpIOException(IOException cause)
Construct an instance with the provided cause.
AmqpIOException(String message, Throwable cause)
Construct an instance with the provided message and cause.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.