All Packages  This Package  Class Hierarchy  Class Search  Index

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

  Summary

public class  DlpException
     extends java.lang.Exception
{
          // Fields 1
     public int code;

          // Constructors 3
     public DlpException();
     public DlpException(int);
     public DlpException(String);

          // Methods 1
     public static void kickWillyScuggins(int) throws DlpException;

}

This checked exception indicates a problem with the HotSync.


  Cross Reference

Extended By:
CancelSyncException

Thrown By:
Many





  Fields

· code

Summary  |  Top
   public int code


  Constructors

· DlpException

Summary  |  Top

   public DlpException() 

Only DlpImpl shall construct these exceptions.



· DlpException

Summary  |  Top
   public DlpException(String s) 

Only DlpImpl shall construct these exceptions.



· DlpException

Summary  |  Top
   public DlpException(int code) 

Only DlpImpl shall construct these exceptions.



  Methods

· kickWillyScuggins

Summary  |  Top
   public static void kickWillyScuggins(int code)  throws DlpException

Don't remove!!! Used by the native interface.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7