it.could.webdav
Class DAVNotModified

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byit.could.webdav.DAVException
                  extended byit.could.webdav.DAVNotModified
All Implemented Interfaces:
Serializable

public class DAVNotModified
extends DAVException

A simple DAVException encapsulating an HTTP not modified response.

Author:
Pier Fumagalli
See Also:
Serialized Form

Constructor Summary
DAVNotModified(DAVResource resource)
          Create a new DAVNotModified instance.
 
Method Summary
 void write(DAVTransaction transaction)
          Write the body of this DAVNotModified to the specified DAVTransaction's output.
 
Methods inherited from class it.could.webdav.DAVException
getResource, getStatus
 
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

DAVNotModified

public DAVNotModified(DAVResource resource)

Create a new DAVNotModified instance.

Method Detail

write

public void write(DAVTransaction transaction)
           throws IOException

Write the body of this DAVNotModified to the specified DAVTransaction's output.

Overrides:
write in class DAVException
Throws:
IOException