it.could.webdav
Class DAVNotModified
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
it.could.webdav.DAVException
it.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DAVNotModified
public DAVNotModified(DAVResource resource)
Create a new DAVNotModified
instance.
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