|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.syncbuilder.sync.DlpException
This checked exception indicates a problem with the HotSync.
| 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 |
public static final int NOT_FOUND
| Constructor Detail |
public DlpException()
public DlpException(java.lang.String s)
public DlpException(int code)
| Method Detail |
public int getCode()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||