Package io.pravega.common.util
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.common.util.ConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InvalidPropertyValueException,MissingPropertyException
public class ConfigurationException extends java.lang.RuntimeExceptionException that is thrown whenever a bad configuration is detected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.String message)Creates a new instance of the ConfigurationException class.ConfigurationException(java.lang.String message, java.lang.Throwable cause)Creates a new instance of the ConfigurationException class.
-
-
-
Constructor Detail
-
ConfigurationException
public ConfigurationException(java.lang.String message)
Creates a new instance of the ConfigurationException class.- Parameters:
message- The message.
-
ConfigurationException
public ConfigurationException(java.lang.String message, java.lang.Throwable cause)Creates a new instance of the ConfigurationException class.- Parameters:
message- The message.cause- The cause.
-
-