Package io.pravega.common.util
Class MissingPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.pravega.common.util.ConfigurationException
-
- io.pravega.common.util.MissingPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingPropertyException extends ConfigurationException
Exception that is thrown whenever a required Configuration Property is Missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingPropertyException(java.lang.String fullPropertyName)Creates a new instance of the MissingPropertyException class.
-