com.syncbuilder.sync
Class CancelSyncException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.syncbuilder.sync.DlpException
                    |
                    +--com.syncbuilder.sync.CancelSyncException

public class CancelSyncException
extends DlpException

A specialization of DlpException that indicates failure because the user decided to cancel the HotSync.

See Also:
Serialized Form

Fields inherited from class com.syncbuilder.sync.DlpException
NOT_FOUND
 
Constructor Summary
CancelSyncException()
          Only DlpImpl shall construct these exceptions.
 
Methods inherited from class com.syncbuilder.sync.DlpException
getCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelSyncException

public CancelSyncException()
Only DlpImpl shall construct these exceptions.


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.