Class 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:
  • Field Details

    • skipped

      public static final boolean skipped
      Used by the Python test layer to detect an unsupported operation
      See Also:
  • Constructor Details

    • ProtonUnsupportedOperationException

      public ProtonUnsupportedOperationException()
    • ProtonUnsupportedOperationException

      public ProtonUnsupportedOperationException(String message)
    • ProtonUnsupportedOperationException

      public ProtonUnsupportedOperationException(String message, Throwable cause)
    • ProtonUnsupportedOperationException

      public ProtonUnsupportedOperationException(Throwable cause)