public class UnsupportedFeatureException extends RuntimeException
| Constructor and Description | 
|---|
| UnsupportedFeatureException() | 
| UnsupportedFeatureException(String message) | 
| UnsupportedFeatureException(String message,
                           Throwable cause) | 
| UnsupportedFeatureException(String message,
                           Throwable cause,
                           boolean enableSuppression,
                           boolean writableStackTrace) | 
| UnsupportedFeatureException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFeatureException()
public UnsupportedFeatureException(String message)
public UnsupportedFeatureException(String message, Throwable cause)
public UnsupportedFeatureException(Throwable cause)
public UnsupportedFeatureException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.