
public class NotAvailableFeatureException extends RequestException
| Constructor and Description |
|---|
NotAvailableFeatureException()
Constructor.
|
NotAvailableFeatureException(String message)
Constructor.
|
NotAvailableFeatureException(String message,
Throwable e)
Constructor.
|
NotAvailableFeatureException(Throwable e)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotAvailableFeatureException()
public NotAvailableFeatureException(String message)
message - The detail message.public NotAvailableFeatureException(Throwable e)
e - The cause to be wrapped.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.