Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jesterj.ingest.model.exception.JesterjException
-
- org.jesterj.ingest.model.exception.ConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationException extends JesterjException
Thrown on a configuration error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.String message)ConfigurationException(java.lang.String message, java.lang.Throwable cause)
-