public class InvalidConfigurationException extends RuntimeException
| 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 © 2018 Hazelcast, Inc.. All Rights Reserved.