com.hazelcast.config
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidConfigurationException(String message)
message
- The message for the exception.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.