Compoze Software, Inc.

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 com.compoze.exchange.webdav.ExchangeResponseException
getStatusCode
 
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

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
Method Detail

toString


public java.lang.String toString()
Method description.
Overrides:
toString in class ExchangeResponseException

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.