net.sf.webdav.exceptions
Class LockFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.webdav.exceptions.WebdavException
                  extended by net.sf.webdav.exceptions.LockFailedException
All Implemented Interfaces:
Serializable

public class LockFailedException
extends WebdavException

See Also:
Serialized Form

Constructor Summary
LockFailedException()
           
LockFailedException(String message)
           
LockFailedException(String message, Throwable cause)
           
LockFailedException(Throwable cause)
           
 
Method Summary
 
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

LockFailedException

public LockFailedException()

LockFailedException

public LockFailedException(String message)

LockFailedException

public LockFailedException(String message,
                           Throwable cause)

LockFailedException

public LockFailedException(Throwable cause)


Copyright © 2013 KnowledgePlaza. All Rights Reserved.