Package com.tibco.ep.testing.framework
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tibco.ep.testing.framework.ConfigurationException
- All Implemented Interfaces:
Serializable
Configuration exception
This exception is thrown in the following cases :
- Load failure - for example file not found or syntax error in file
- Activate failure - for example configuration not loaded
- Deactivate failure - for example configuration not active
- Remove failure - for example configuration not deactivated
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(String message) ConstructorConfigurationException
(String message, Throwable cause) ConstructorConfigurationException
(Throwable cause) Constructor -
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
Constructor
- Parameters:
message
- configuration failed message
-
ConfigurationException
Constructor
- Parameters:
cause
- exception cause
-
ConfigurationException
Constructor
- Parameters:
message
- configuration failed messagecause
- exception cause
-