Compoze Software, Inc.

com.compoze.exchange.webdav
Class ItemLoadException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.NestedException

                    |

                    +--com.compoze.exchange.webdav.ItemLoadException

All Implemented Interfaces:
java.io.Serializable

public class ItemLoadException
extends NestedException

This class is an exception that wraps any exceptions involved in the process of loading data pulled from Exchange via WebDAV in corresponding Java fields.

See Also:
Serialized Form

Constructor Summary
ItemLoadException()
          Constructor.
ItemLoadException(java.lang.Exception e)
          Constructor.
ItemLoadException(java.lang.Exception e, java.lang.String sMessage)
          Constructor.
ItemLoadException(java.lang.String sMessage)
          Constructor.
ItemLoadException(java.lang.Throwable t)
          Constructor.
ItemLoadException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
 
Methods inherited from class com.compoze.util.NestedException
getNestedException, printStackTrace, printStackTrace, printStackTrace, toString
 
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

ItemLoadException


public ItemLoadException()
Constructor.

ItemLoadException


public ItemLoadException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - a detail message for the exception

ItemLoadException


public ItemLoadException(java.lang.Exception e)
Constructor.
Parameters:
e - the underlying exception

ItemLoadException


public ItemLoadException(java.lang.Exception e,
                         java.lang.String sMessage)
Constructor.
Parameters:
e - the underlying exception
sMessage - a detail message for the exception

ItemLoadException


public ItemLoadException(java.lang.Throwable t)
Constructor.
Parameters:
t - the underlying throwable

ItemLoadException


public ItemLoadException(java.lang.Throwable t,
                         java.lang.String sMessage)
Constructor.
Parameters:
t - the underlying throwable
sMessage - a detail message for the exception

Compoze Software, Inc.

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