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:
java.io.Serializable
public class ProtonUnsupportedOperationException extends java.lang.UnsupportedOperationException
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
skipped
Used by the Python test layer to detect an unsupported operation
-
Constructor Summary
Constructors Constructor Description ProtonUnsupportedOperationException()
ProtonUnsupportedOperationException(java.lang.String message)
ProtonUnsupportedOperationException(java.lang.String message, java.lang.Throwable cause)
ProtonUnsupportedOperationException(java.lang.Throwable cause)
-
-
-
Field Detail
-
skipped
public static final boolean skipped
Used by the Python test layer to detect an unsupported operation- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException()
-
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(java.lang.String message)
-
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(java.lang.String message, java.lang.Throwable cause)
-
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(java.lang.Throwable cause)
-
-