org.guvnor.tools.utils.webdav
Class WebDavException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.guvnor.tools.utils.webdav.WebDavException
All Implemented Interfaces:
Serializable

public class WebDavException
extends Exception

An Exception specifically for WebDav errors. Stores the response code and status message.

See Also:
Serialized Form

Constructor Summary
WebDavException(IResponse response)
           
 
Method Summary
 int getErrorCode()
           
 
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

WebDavException

public WebDavException(IResponse response)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.