public class InvalidConfigurationException extends HazelcastException
| Constructor and Description | 
|---|
InvalidConfigurationException(String message)
Creates a InvalidConfigurationException with the given message. 
 | 
InvalidConfigurationException(String message,
                             Throwable cause)
Constructs a new runtime exception with the specified detail message and cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidConfigurationException(String message)
message - the message for the exceptionCopyright © 2020 Hazelcast, Inc.. All Rights Reserved.