public class ProtonUnsupportedOperationException extends 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(String message) |
ProtonUnsupportedOperationException(String message,
Throwable cause) |
ProtonUnsupportedOperationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final boolean skipped
public ProtonUnsupportedOperationException()
public ProtonUnsupportedOperationException(String message)
public ProtonUnsupportedOperationException(String message, Throwable cause)
public ProtonUnsupportedOperationException(Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.