Package com.zeroc.Ice
Class FeatureNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.FeatureNotSupportedException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception is raised if an unsupported feature is used. The
unsupported feature string contains the name of the unsupported
feature
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFeatureNotSupportedException
(String unsupportedFeature) FeatureNotSupportedException
(String unsupportedFeature, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
unsupportedFeature
The name of the unsupported feature.
-
-
Constructor Details
-
FeatureNotSupportedException
public FeatureNotSupportedException() -
FeatureNotSupportedException
-
FeatureNotSupportedException
-
FeatureNotSupportedException
-
-
Method Details