com.compoze.exchange.webdav
Class ItemExistsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.compoze.util.NestedException
|
+--com.compoze.exchange.ExchangeException
|
+--com.compoze.exchange.webdav.ExchangeResponseException
|
+--com.compoze.exchange.webdav.ItemExistsException
- All Implemented Interfaces:
- java.io.Serializable
- public class ItemExistsException
- extends ExchangeResponseException
This class is an exception that is thrown where an item is created, moved, copied to
a resource that already has an existing item with the same name. For example, this
would be thrown if a folder is moved to another folder that has a folder with the same name.
- See Also:
- Serialized Form
Constructor Summary |
ItemExistsException(int iStatusCode,
java.lang.String sMessage)
Constructor. |
Method Summary |
java.lang.String |
toString()
Method description. |
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 |
ItemExistsException
public ItemExistsException(int iStatusCode,
java.lang.String sMessage)
- Constructor.
- Parameters:
iStatusCode
- a status code for the exception.sMessage
- a detail message for the exception
toString
public java.lang.String toString()
- Method description.
- Overrides:
toString
in class ExchangeResponseException
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.