Class ProtonException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InterruptException, TimeoutException, TransportException

public class ProtonException extends RuntimeException
See Also:
  • Constructor Details

    • ProtonException

      public ProtonException()
    • ProtonException

      public ProtonException(String message)
    • ProtonException

      public ProtonException(String message, Throwable cause)
    • ProtonException

      public ProtonException(Throwable cause)