Uses of Class
org.eclipse.webdav.internal.kernel.WebDAVException

Packages that use WebDAVException
org.eclipse.webdav.client Provides support for the WebDAV protocol. 
org.eclipse.webdav.internal.kernel   
 

Uses of WebDAVException in org.eclipse.webdav.client
 

Methods in org.eclipse.webdav.client that throw WebDAVException
protected  void AbstractResourceHandle.examineResponse(IResponse response)
          Check the status code of the given response and throw a WebDAV exception if the code indicates failure.
protected  void AbstractResourceHandle.examineStatusCode(int code, String message)
          Check the given status code and throw a WebDAV exception if the code indicates failure.
 

Uses of WebDAVException in org.eclipse.webdav.internal.kernel
 

Subclasses of WebDAVException in org.eclipse.webdav.internal.kernel
 class ClientException
          Represents exceptions that can happen on the Client as the result of a client error.
 class RedirectionException
          Represents exceptions that require further action by the user agent in order to fulfill the request.
 class ServerException
          Represents exceptions that can happen on the server as the result of a server error.
 

Methods in org.eclipse.webdav.internal.kernel that throw WebDAVException
 void Precondition.addCondition(Condition condition)
          Add a Condition to this Precondition.
 void ConditionTerm.addConditionFactor(ConditionFactor factor)
          Add a ConditionFactor to a ConditionTerm.
 void Condition.addConditionTerm(ConditionTerm term)
          Add a ConditionTerm to a Condition.
 void Precondition.addStateTokenCondition(String resourceURI, String stateToken)
          Add a condition created from the given URI and state token.
static Condition Condition.create(StreamTokenizer tokenizer)
          Create a Condition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static ConditionFactor StateToken.create(StreamTokenizer tokenizer)
          Create a StateToken by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static ConditionTerm ConditionTerm.create(StreamTokenizer tokenizer)
          Create a ConditionTerm by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static ConditionFactor ConditionFactor.create(StreamTokenizer tokenizer)
          Create a ConditionFactor (either a StateToken or EntityTag) by parsing the tokenizer contining an If header value.
static ConditionFactor EntityTag.create(StreamTokenizer tokenizer)
          Create an EntityTag by parsing the given If header as defined by section 3.11 of the HTTP/1.1 spec.
static Precondition Precondition.create(String ifHeader)
          Construct a Precondition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
static Condition Condition.create(String ifHeader)
          Create a Condition by parsing the given If header as defined by section 9.4 in the WebDAV spec.
 

Constructors in org.eclipse.webdav.internal.kernel that throw WebDAVException
Precondition(String ifHeader)
          Construct a Precondition by parsing the given If header as defined by section 8.4 in the WebDAV spec.
 



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