Package com.zeroc.Ice

Class PropertyException

All Implemented Interfaces:
Serializable

public final class PropertyException extends LocalException
This exception is raised when there is an error while getting or setting a property. For example, when trying to set an unknown Ice property.
See Also:
  • Constructor Details

    • PropertyException

      public PropertyException(String message)
      Constructs a PropertyException with a message.
      Parameters:
      message - the detail message
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: LocalException
      Returns the type ID of this exception.
      Overrides:
      ice_id in class LocalException
      Returns:
      the type ID of this exception