org.apache.wvcm.store.webdav.response
Class ErrorResponse

java.lang.Object
  extended by org.apache.wvcm.store.webdav.response.ErrorResponse

public class ErrorResponse
extends java.lang.Object

Handler for error response bodies.

Version:
$Revision: 1.1.1.1.2.3 $

Constructor Summary
ErrorResponse(java.io.InputStream respBodyAsStream)
          Create handler from given input stream.
 
Method Summary
 WvcmException.ReasonCode getWvcmReasonCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorResponse

public ErrorResponse(java.io.InputStream respBodyAsStream)
              throws WvcmException
Create handler from given input stream.

Throws:
WvcmException
Method Detail

getWvcmReasonCode

public WvcmException.ReasonCode getWvcmReasonCode()


Copyright (c) 2003 - Apache Software Foundation