com.hazelcast.config
Class InvalidConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.config.InvalidConfigurationException
- All Implemented Interfaces:
- Serializable
public class InvalidConfigurationException
- extends RuntimeException
A InvalidConfigurationException is thrown when there is an Invalid Configuration.
Invalid Configuration can be a wrong Xml Config or logical config errors that are found
at real time.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidConfigurationException
public InvalidConfigurationException(String message)
- Creates a InvalidConfigurationException with the given message.
- Parameters:
message
- The message for the exception.
InvalidConfigurationException
public InvalidConfigurationException(String message,
Throwable cause)
- ** Constructs a new runtime exception with the specified detail message and
cause.
- Parameters:
message
- The message for the runtime exception.cause
- The cause of the runtime exception.
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.