com.virtualweaver.xotics.datamodel
Class XoLockedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtualweaver.xotics.datamodel.XoException
              extended bycom.virtualweaver.xotics.datamodel.XoLockedException
All Implemented Interfaces:
java.io.Serializable

public final class XoLockedException
extends XoException

This is a specific XoException made to emphasize XoException.DM_LOCKED

Version:
4.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.virtualweaver.xotics.datamodel.XoException
ADD_ERROR, DMI_LOCKED, DMI_NOT_OWNER, DMI_RELEASED, DMM_LOAD, ILLEGAL_ARGUMENT, INVALID_DATAMODEL, INVALID_OBJECT, NO_SUCH_DATAMODEL, NO_SUCH_OBJECT, NOT_REQUESTABLE, OBJECT_NOT_WELCOME, READ_ONLY, ROOT_MOVE, THROWABLE_OCCURRED, UNKNOWN_REASON, VALIDITY_CHECKING, XPATH_REQUEST_COMPUTING, XPATH_REQUEST_PARSING
 
Constructor Summary
XoLockedException(java.lang.String owner, java.lang.String rejected)
          Creates a new instance of XoLockedException with external thread name attempting to access DM instance while not allowed.
 
Methods inherited from class com.virtualweaver.xotics.datamodel.XoException
getId, getReason, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XoLockedException

public XoLockedException(java.lang.String owner,
                         java.lang.String rejected)
Creates a new instance of XoLockedException with external thread name attempting to access DM instance while not allowed.