Class UncategorizedAmqpException

All Implemented Interfaces:
Serializable

public class UncategorizedAmqpException extends AmqpException
A "catch-all" exception type within the AmqpException hierarchy when no more specific cause is known.
Author:
Mark Pollack
See Also:
  • Constructor Details

    • UncategorizedAmqpException

      public UncategorizedAmqpException(Throwable cause)
    • UncategorizedAmqpException

      public UncategorizedAmqpException(String message, Throwable cause)