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:
- Serializable
- Direct Known Subclasses:
- UndefinedPropertyException
Thrown when a config property is invalid or missing
- See Also:
- 
Field SummaryFields inherited from class com.linkedin.venice.exceptions.VeniceExceptionerrorType
- 
Constructor SummaryConstructorsConstructorDescriptionConfigurationException(Exception cause) ConfigurationException(String message) ConfigurationException(String message, Exception cause) 
- 
Method SummaryMethods inherited from class com.linkedin.venice.exceptions.VeniceExceptiongetErrorType, getHttpStatusCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigurationException
- 
ConfigurationException
- 
ConfigurationException
 
-