public class ProtonUnsupportedOperationException
extends java.lang.UnsupportedOperationException
Modifier and Type | Field and Description |
---|---|
static boolean |
skipped
Used by the Python test layer to detect an unsupported operation
|
Constructor and Description |
---|
ProtonUnsupportedOperationException() |
ProtonUnsupportedOperationException(java.lang.String message) |
ProtonUnsupportedOperationException(java.lang.String message,
java.lang.Throwable cause) |
ProtonUnsupportedOperationException(java.lang.Throwable cause) |
public static final boolean skipped
public ProtonUnsupportedOperationException()
public ProtonUnsupportedOperationException(java.lang.String message)
public ProtonUnsupportedOperationException(java.lang.String message, java.lang.Throwable cause)
public ProtonUnsupportedOperationException(java.lang.Throwable cause)