Package com.thortech.xl.ddm.exception
Class UnableToAcquireLock
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.thortech.xl.util.ThorException
com.thortech.xl.ddm.exception.DDMException
com.thortech.xl.ddm.exception.UnableToAcquireLock
- All Implemented Interfaces:
Serializable
This exception signals the failure in acquiring lock
for a Deployment Manager operation.
- 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
-
UnableToAcquireLock
public UnableToAcquireLock() -
UnableToAcquireLock
- Parameters:
s
-
-
UnableToAcquireLock
- Parameters:
s
-ex
-
-
-
Method Details
-
getOwner
- Returns:
- Returns the owner.
-
setOwner
- Parameters:
owner
- The owner to set.
-