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, toString
public InvalidConfigurationException(String message)
message
- The message for the exception.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.