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
public class ProtonUnsupportedOperationException
- extends 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
protonUnsupportedOperation
public static final boolean protonUnsupportedOperation
- Used by the Python test layer to detect an unsupported operation
- See Also:
- Constant Field Values
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException()
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(String message)
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(String message,
Throwable cause)
ProtonUnsupportedOperationException
public ProtonUnsupportedOperationException(Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.