Class InvalidConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidConfigurationException
    extends HazelcastException
    A InvalidConfigurationException is thrown when an Hazelcast faces an invalid configuration. Invalid configuration is detected during initialization of an instance generally. Still, it is possible to run into InvalidConfigurationExceptions during run time.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidConfigurationException​(java.lang.String message)
      Creates a InvalidConfigurationException with the given message.
      InvalidConfigurationException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new runtime exception with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String message)
        Creates a InvalidConfigurationException with the given message.
        Parameters:
        message - the message for the exception
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String message,
                                             java.lang.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