atg.service.lockmanager
Class LockManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.service.lockmanager.LockManagerException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class LockManagerException
extends ContainerException

This exception is thrown when a lock fails to be acquired or released.

See Also:
for more details of how this exception is used. It generally indicates that a lock was released by an owner that did not own it., Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
LockManagerException()
          Constructs a new LockManagerException
LockManagerException(java.lang.String pStr)
          Constructs a new LockManagerException with the given explanation.
LockManagerException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Constructs a new LockManagerException with the given explanation.
LockManagerException(java.lang.Throwable pSourceException)
          Constructs a new LockManagerException.
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

LockManagerException

public LockManagerException()
Constructs a new LockManagerException


LockManagerException

public LockManagerException(java.lang.String pStr)
Constructs a new LockManagerException with the given explanation.


LockManagerException

public LockManagerException(java.lang.Throwable pSourceException)
Constructs a new LockManagerException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

LockManagerException

public LockManagerException(java.lang.String pStr,
                            java.lang.Throwable pSourceException)
Constructs a new LockManagerException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem