smbdav
Class LockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysmbdav.LockException
All Implemented Interfaces:
java.io.Serializable

public class LockException
extends java.lang.Exception

Represents a locking condition error.

Author:
Eric Glass
See Also:
Serialized Form

Constructor Summary
LockException(int status)
          Creates a LockException which causes the specified HTTP status.
 
Method Summary
 int getStatus()
          Returns the HTTP status code.
 
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

LockException

public LockException(int status)
Creates a LockException which causes the specified HTTP status.

Parameters:
status - The status resulting from this lock exception.
Method Detail

getStatus

public int getStatus()
Returns the HTTP status code.

Returns:
An int containing the HTTP status code this lock exception causes.


Copyright © 2004 Eric Glass