org.guvnor.tools.utils.webdav
Class WebDavException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WebDavException
public WebDavException(IResponse response)
getErrorCode
public int getErrorCode()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.