Package com.thortech.xl.ddm.exception
Class DDMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thortech.xl.util.ThorException
com.thortech.xl.ddm.exception.DDMException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnableToAcquireLock
public class DDMException
extends com.thortech.xl.util.ThorException
This exception signals a failure in import or export
by the Deployment Manager
- Author:
- evandana
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.thortech.xl.util.ThorException
getOriginalCause, setCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DDMException
public DDMException() -
DDMException
- Parameters:
s
-
-
DDMException
- Parameters:
s
-ex
-
-