Package org.apache.qpid.proton
Class ProtonUnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.qpid.proton.ProtonUnsupportedOperationException
- All Implemented Interfaces:
Serializable
Use to indicate that a feature of the Proton API is not supported by a particular implementation
(e.g. proton-j or proton-c-via-JNI).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Used by the Python test layer to detect an unsupported operation -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
skipped
public static final boolean skippedUsed by the Python test layer to detect an unsupported operation- See Also:
-
-
Constructor Details
-
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException() -
ProtonUnsupportedOperationException
-
ProtonUnsupportedOperationException
-
ProtonUnsupportedOperationException
-