Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.espertech.esper.common.client.EPException
com.espertech.esper.common.client.configuration.ConfigurationException
- All Implemented Interfaces:
Serializable
Thrown to indicate a configuration problem.
- See Also:
-
Field Summary
Fields inherited from class com.espertech.esper.common.client.EPException
EPTYPE
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) Ctor.ConfigurationException
(String message, Throwable cause) Ctor for an inner exception and message.ConfigurationException
(Throwable cause) Ctor - just an inner exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Ctor.- Parameters:
message
- - error message
-
ConfigurationException
Ctor for an inner exception and message.- Parameters:
message
- - error messagecause
- - inner exception
-
ConfigurationException
Ctor - just an inner exception.- Parameters:
cause
- - inner exception
-