org.jSyncManager.API.Protocol
Class DLPError
Exceptionorg.jSyncManager.API.Protocol.DLPError
public class DLPError
extends Exception
DLPError class.
This class is used to store DLPError information.
DLP errors are generated and returned by the Palm when a requested
function is not available, or when it cannot complete due to an error.
see the DLP_Packet class for a list of error codes.
String | toString()- Returns a string explaining this DLP_Error object.
|
toString
public String toString()
Returns a string explaining this DLP_Error object.
- a string explaining this DLP_Error object.