Package org.apache.ignite.configuration
Class ConfigurationChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.configuration.ConfigurationChangeException
- All Implemented Interfaces:
Serializable
Configuration change exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationChangeException(String message) Constructor.ConfigurationChangeException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationChangeException
Constructor.- Parameters:
message- Error message.
-
ConfigurationChangeException
Constructor.- Parameters:
message- Error message.cause- Cause.
-