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 exception.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.