StarOffice 5.2 API
reverse engineered by classdoc

stardiv.resource
Class ResourceLockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--stardiv.resource.ResourceLockException
All Implemented Interfaces:
java.io.Serializable

public synchronized class ResourceLockException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
private  int iLockType
           
private  stardiv.resource.Resource xRes
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ResourceLockException(java.lang.String s, int i, stardiv.resource.Resource r)
           
ResourceLockException(stardiv.resource.Resource r, int i)
           
 
Method Summary
 int getLockType()
           
 stardiv.resource.Resource getResource()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iLockType

private int iLockType

xRes

private stardiv.resource.Resource xRes
Constructor Detail

ResourceLockException

public ResourceLockException(java.lang.String s,
                             int i,
                             stardiv.resource.Resource r)

ResourceLockException

public ResourceLockException(stardiv.resource.Resource r,
                             int i)
Method Detail

getLockType

public int getLockType()

getResource

public stardiv.resource.Resource getResource()

StarOffice 5.2 API
reverse engineered by classdoc