CWebdav 0.1
API Documentation

org.esupportail.portal.channels.CWebdav.exception
Class CreateDirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.esupportail.portal.channels.CWebdav.exception.WebdavException
              extended byorg.esupportail.portal.channels.CWebdav.exception.CreateDirectoryException
All Implemented Interfaces:
java.io.Serializable

public class CreateDirectoryException
extends WebdavException

Id: CreateDirectoryException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: CreateDirectoryException Original Author: Yohan Colmant Called when directory creation is impossible

See Also:
Serialized Form

Constructor Summary
CreateDirectoryException()
          Constructor
CreateDirectoryException(int httpErrorCode)
          Constructor
 
Methods inherited from class org.esupportail.portal.channels.CWebdav.exception.WebdavException
getErrorCode, getHttpErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateDirectoryException

public CreateDirectoryException()
Constructor


CreateDirectoryException

public CreateDirectoryException(int httpErrorCode)
Constructor

Parameters:
httpErrorCode - the error code return by the webdav

CWebdav 0.1
API Documentation