com.syncbuilder.sync
Class DlpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.syncbuilder.sync.DlpException
Direct Known Subclasses:
CancelSyncException

public class DlpException
extends java.lang.Exception

This checked exception indicates a problem with the HotSync.

See Also:
Serialized Form

Field Summary
static int NOT_FOUND
           
 
Constructor Summary
DlpException()
          Only DlpImpl shall construct these exceptions.
DlpException(int code)
          Only DlpImpl shall construct these exceptions.
DlpException(java.lang.String s)
          Only DlpImpl shall construct these exceptions.
 
Method Summary
 int getCode()
          Get a numerical problem code.
 
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
 

Field Detail

NOT_FOUND

public static final int NOT_FOUND
Constructor Detail

DlpException

public DlpException()
Only DlpImpl shall construct these exceptions.

DlpException

public DlpException(java.lang.String s)
Only DlpImpl shall construct these exceptions.

DlpException

public DlpException(int code)
Only DlpImpl shall construct these exceptions.
Method Detail

getCode

public int getCode()
Get a numerical problem code. These are identical with the DLP problem codes as specified by Palm Computing.


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