Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)