Class AmqpException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmqpException.AmqpConnectionException, AmqpException.AmqpEntityDoesNotExistException, AmqpException.AmqpResourceInvalidStateException, AmqpException.AmqpSecurityException

public class AmqpException extends RuntimeException
Exception classes.
See Also:
  • Constructor Details

    • AmqpException

      public AmqpException(Throwable cause)
    • AmqpException

      public AmqpException(String format, Object... args)
    • AmqpException

      public AmqpException(String message, Throwable cause)