Skip navigation links


com.thortech.xl.ddm.exception
Class UnableToAcquireLock

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.thortech.xl.util.ThorException
              extended by com.thortech.xl.ddm.exception.DDMException
                  extended by com.thortech.xl.ddm.exception.UnableToAcquireLock

All Implemented Interfaces:
java.io.Serializable

public class UnableToAcquireLock
extends DDMException

This exception signals the failure in acquiring lock for a Deployment Manager operation.

See Also:
Serialized Form

Constructor Summary
UnableToAcquireLock()
           
UnableToAcquireLock(java.lang.String s)
           
UnableToAcquireLock(java.lang.String s, java.lang.Exception ex)
           

 

Method Summary
 LockOwner getOwner()
           
 void setOwner(LockOwner owner)
           

 

Methods inherited from class com.thortech.xl.util.ThorException
getOriginalCause, setCause

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

UnableToAcquireLock

public UnableToAcquireLock()

UnableToAcquireLock

public UnableToAcquireLock(java.lang.String s)
Parameters:
s -

UnableToAcquireLock

public UnableToAcquireLock(java.lang.String s,
                           java.lang.Exception ex)
Parameters:
s -
ex -

Method Detail

getOwner

public LockOwner getOwner()
Returns:
Returns the owner.

setOwner

public void setOwner(LockOwner owner)
Parameters:
owner - The owner to set.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.