|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.compoze.util.NestedException | +--com.compoze.exchange.ExchangeException | +--com.compoze.exchange.webdav.ExchangeResponseException
This class wraps the unsuccessful responses (with status codes >= 300) from WebDAV operations as excpetions.
Constructor Summary | |
ExchangeResponseException(int iStatusCode,
java.lang.String sMessage)
Constructor. |
Method Summary | |
int |
getStatusCode()
Gets the status code of this exception. |
java.lang.String |
toString()
Method description. |
Methods inherited from class com.compoze.exchange.ExchangeException |
getResultCode, getUserMessage |
Methods inherited from class com.compoze.util.NestedException |
getNestedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExchangeResponseException(int iStatusCode, java.lang.String sMessage)
iStatusCode
- a status code for the exception.sMessage
- a detail message for the exceptionMethod Detail |
public int getStatusCode()
the
- status code for the exception.public java.lang.String toString()
toString
in class NestedException
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |