Package org.apache.ignite.configuration
Class ConfigurationWrongPolymorphicTypeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.configuration.ConfigurationWrongPolymorphicTypeIdException
- All Implemented Interfaces:
Serializable
Thrown when the wrong (unknown) type of polymorphic configuration is used.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationWrongPolymorphicTypeIdException
Constructor.- Parameters:
message- Error message.
-