Class ProtonException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.qpid.protonj2.engine.exceptions.ProtonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EngineStateException, IdleTimeoutException, ProtocolViolationException, ProtonIOException

public class ProtonException extends RuntimeException
Base Proton Exception type that backs all the various exceptions that are thrown from within the Proton Engine.
See Also:
  • Constructor Details

    • ProtonException

      public ProtonException()
    • ProtonException

      public ProtonException(String message, Throwable cause)
    • ProtonException

      public ProtonException(String message)
    • ProtonException

      public ProtonException(Throwable cause)