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
Base Proton Exception type that backs all the various exceptions that
 are thrown from within the Proton Engine.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionProtonException(String message) ProtonException(String message, Throwable cause) ProtonException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProtonExceptionpublic ProtonException()
- 
ProtonException
- 
ProtonException
- 
ProtonException
 
-