|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.esupportail.portal.channels.CWebdav.exception.WebdavException
Id: WebdavException.java,v 1.0 13 mai 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: WebdavException Original Author: Yohan Colmant An abstract exception
Constructor Summary | |
WebdavException()
Constructor |
|
WebdavException(int errorCode)
Constructor |
|
WebdavException(int errorCode,
int httpErrorCode)
Constructor |
Method Summary | |
int |
getErrorCode()
Return the error code associated to this exception |
int |
getHttpErrorCode()
Return the http error code return by the webdav |
java.lang.String |
toString()
Return a string form of this exception |
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 |
public WebdavException()
public WebdavException(int errorCode)
errorCode
- the errorCode associate to this exceptionpublic WebdavException(int errorCode, int httpErrorCode)
errorCode
- the errorCode associate to this exceptionhttpErrorCode
- the errorCode associate to this exceptionMethod Detail |
public int getErrorCode()
public int getHttpErrorCode()
public java.lang.String toString()
|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |