Class ProtonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.qpid.protonj2.engine.exceptions.ProtonException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EngineStateException
,IdleTimeoutException
,ProtocolViolationException
,ProtonIOException
public class ProtonException extends java.lang.RuntimeException
Base Proton Exception type that backs all the various exceptions that are thrown from within the Proton Engine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtonException()
ProtonException(java.lang.String message)
ProtonException(java.lang.String message, java.lang.Throwable cause)
ProtonException(java.lang.Throwable cause)
-