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, toString
public static final boolean skipped
public ProtonUnsupportedOperationException()
public ProtonUnsupportedOperationException(String message)
public ProtonUnsupportedOperationException(String message, Throwable cause)
public ProtonUnsupportedOperationException(Throwable cause)
Copyright © 2016 The Apache Software Foundation. All rights reserved.