Package com.zeroc.Ice

Class FeatureNotSupportedException

All Implemented Interfaces:
Serializable, Cloneable

public class FeatureNotSupportedException extends LocalException
This exception is raised if an unsupported feature is used. The unsupported feature string contains the name of the unsupported feature
See Also:
  • Field Details

    • unsupportedFeature

      public String unsupportedFeature
      The name of the unsupported feature.
  • Constructor Details

    • FeatureNotSupportedException

      public FeatureNotSupportedException()
    • FeatureNotSupportedException

      public FeatureNotSupportedException(Throwable cause)
    • FeatureNotSupportedException

      public FeatureNotSupportedException(String unsupportedFeature)
    • FeatureNotSupportedException

      public FeatureNotSupportedException(String unsupportedFeature, Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: Exception
      Returns the type id of this exception.
      Specified by:
      ice_id in class Exception
      Returns:
      The type id of this exception.