Class InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.linkedin.alpini.consts.config.InvalidConfigException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidConfigException extends java.lang.Exception
Forked from com.linkedin.databus.core.util @ r293057- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigException(java.lang.String msg)
InvalidConfigException(java.lang.String msg, java.lang.Throwable cause)
InvalidConfigException(java.lang.Throwable cause)
-