Package com.adobe.versioncue.nativecomm
Class BadConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.versioncue.nativecomm.NativeCommException
com.adobe.versioncue.nativecomm.BadConfigException
- All Implemented Interfaces:
Serializable
- Since:
- Jul 24, 2007
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadConfigException(String message) Constructor for BadConfigurationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadConfigException
Constructor for BadConfigurationException.- Parameters:
message- detail message
-