Package com.linkedin.venice.exceptions
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.exceptions.ConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
UndefinedPropertyException
public class ConfigurationException extends VeniceException
Thrown when a config property is invalid or missing- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.Exception cause)
ConfigurationException(java.lang.String message)
ConfigurationException(java.lang.String message, java.lang.Exception cause)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-