org.jSyncManager.API.Protocol

Class 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.

Method Summary

String
toString()
Returns a string explaining this DLP_Error object.

Method Details

toString

public String toString()
Returns a string explaining this DLP_Error object.
Returns:
a string explaining this DLP_Error object.