java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.FeatureNotSupportedException
- All Implemented Interfaces:
Serializable
The exception that is thrown when attempting to use an unsupported feature.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureNotSupportedException
(String message) Constructs a FeatureNotSupportedException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureNotSupportedException
Constructs a FeatureNotSupportedException with a message.- Parameters:
message
- the message explaining why the feature is not supported
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-