Class ConfigurationWrongPolymorphicTypeIdException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.configuration.ConfigurationWrongPolymorphicTypeIdException
All Implemented Interfaces:
Serializable

public class ConfigurationWrongPolymorphicTypeIdException extends RuntimeException
Thrown when the wrong (unknown) type of polymorphic configuration is used.
See Also:
  • Constructor Details

    • ConfigurationWrongPolymorphicTypeIdException

      public ConfigurationWrongPolymorphicTypeIdException(String message)
      Constructor.
      Parameters:
      message - Error message.