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
public class ConfigurationException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException(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
-
-