org.w3c.tools.resources
Class MultipleLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.w3c.tools.resources.MultipleLockException
All Implemented Interfaces:
java.io.Serializable

public class MultipleLockException
extends java.lang.Exception

The resource store is unable to restore a resource.

See Also:
Serialized Form

Constructor Summary
MultipleLockException(int nb, Resource resource, java.lang.String msg)
           
 
Method Summary
 int getNbLock()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleLockException

public MultipleLockException(int nb,
                             Resource resource,
                             java.lang.String msg)
Method Detail

getNbLock

public int getNbLock()