Field Summary |
|
final public static int | ALREADY_INSTALLED (39) The JAD matches a version of a suite already installed. |
final public static int | ATTRIBUTE_MISMATCH (50) A attribute in both the JAD and JAR manifest does not match.
For trusted suites only. |
final public static int | AUTHORIZATION_FAILURE (49) Application authorization failure. |
final public static int | CANNOT_AUTH (35) Server does not support basic authentication. |
final public static int | CA_DISABLED (60) Indicates that trusted CA for this suite has been disable for
software authorization. |
final public static int | CONTENT_HANDLER_CONFLICT (55) The installation of a content handler would
conflict with an already installed handler. |
final public static int | CORRUPT_JAR (36) An entry could not be read from the JAR. |
final public static int | CORRUPT_PROVIDER_CERT (5) The content provider certificate cannot be decoded. |
final public static int | CORRUPT_SIGNATURE (8) The JAR signature cannot be decoded. |
final public static int | DEVICE_INCOMPATIBLE (40) The device does not support either the configuration or
profile in the JAD. |
final public static int | EXPIRED_CA_KEY (12) The CA's public key has expired. |
final public static int | EXPIRED_PROVIDER_CERT (11) The content provider certificate is expired. |
final public static int | INSUFFICIENT_STORAGE (30) Not enough storage for this suite to be installed
The extra data will be storage needed for the suite in K bytes
rounded up. |
final public static int | INVALID_CONTENT_HANDLER (54) The MicroEdition-Handler-<n> attribute has invalid
values. |
final public static int | INVALID_JAD_TYPE (37) The server did not hava a resource with the correct type
(code 406) or the JAD downloaded has the wrong media type. |
final public static int | INVALID_JAD_URL (43) The JAD URL is invalid. |
final public static int | INVALID_JAR_TYPE (38) The server did not hava a resource with the correct type
(code 406) or the JAR downloaded has the wrong media type. |
final public static int | INVALID_JAR_URL (44) The JAR URL is invalid. |
final public static int | INVALID_KEY (28) A key for an attribute is not formatted correctly. |
final public static int | INVALID_PAYMENT_INFO (58) Indicates that the payment information provided with the MIDlet
suite is incomplete or incorrect. |
final public static int | INVALID_PROVIDER_CERT (7) The signature of the content provider certificate is invalid. |
final public static int | INVALID_SIGNATURE (9) The signature of the JAR is invalid. |
final public static int | INVALID_VALUE (29) A value for an attribute is not formatted correctly. |
final public static int | INVALID_VERSION (16) The format of the version is invalid. |
final public static int | JAD_MOVED (34) The JAD URL is for an installed suite but different than the
original JAD URL. |
final public static int | JAD_NOT_FOUND (2) The JAD was not found. |
final public static int | JAD_SERVER_NOT_FOUND (1) The server for the JAD was not found. |
final public static int | JAR_CLASSES_VERIFICATION_FAILED (56) Not all classes within JAR package can be successfully
verified with class verifier. |
final public static int | JAR_NOT_FOUND (20) The JAR was not found at the URL given in the JAD. |
final public static int | JAR_SERVER_NOT_FOUND (19) The server for the JAR was not found at the URL given in
the JAD. |
final public static int | JAR_SIZE_MISMATCH (31) The JAR downloaded was not size in the JAD. |
final public static int | MISSING_CONFIGURATION (41) The configuration is missing from the manifest. |
final public static int | MISSING_JAR_SIZE (21) The JAR size is missing. |
final public static int | MISSING_JAR_URL (18) The URL for the JAR is missing. |
final public static int | MISSING_PROFILE (42) The profile is missing from the manifest. |
final public static int | MISSING_PROVIDER_CERT (4) The content provider certificate is missing. |
final public static int | MISSING_SUITE_NAME (13) The name of MIDlet suite is missing. |
final public static int | MISSING_VENDOR (14) The vendor is missing. |
final public static int | MISSING_VERSION (15) The version is missing. |
final public static int | NEW_VERSION (32) This suite is newer that the one currently installed. |
final public static int | OLD_VERSION (17) This suite is older that the one currently installed. |
final public static int | PROXY_AUTH (51) Indicates that the user must first authenticate with
the proxy. |
final public static int | PUSH_CLASS_FAILURE (48) The class in a push attribute is not in MIDlet-<n> attribute. |
final public static int | PUSH_DUP_FAILURE (45) The connection in a push entry is already taken. |
final public static int | PUSH_FORMAT_FAILURE (46) The format of a push attribute has an invalid format. |
final public static int | PUSH_PROTO_FAILURE (47) The connection in a push attribute is not supported. |
final public static int | SUITE_NAME_MISMATCH (25) The MIDlet suite name does not match the one in the JAR
manifest. |
final public static int | TOO_MANY_PROPS (53) Indicates that either the JAD or manifest has too many properties
to fit into memory. |
final public static int | TRUSTED_OVERWRITE_FAILURE (52) Indicates that the user tried to overwrite a trusted suite
with an untrusted suite during an update. |
final public static int | UNAUTHORIZED (33) Webserver authentication required or failed. |
final public static int | UNKNOWN_CA (6) The CA that issued the content provider certificate is unknown. |
final public static int | UNSUPPORTED_CERT (10) The content provider certificate is a supported version. |
final public static int | UNSUPPORTED_CHAR_ENCODING (61) Indicates that the character encoding specified in the MIME type
is not supported. |
final public static int | UNSUPPORTED_PAYMENT_INFO (57) Indicates that the payment information provided with the MIDlet
suite is incompatible with the current implementation. |
final public static int | UNTRUSTED_PAYMENT_SUITE (59) Indicates that the MIDlet suite has payment provisioning
information but it is not trusted. |
final public static int | VENDOR_MISMATCH (27) The vendor does not match the one in the JAR manifest. |
final public static int | VERSION_MISMATCH (26) The version does not match the one in the JAR manifest. |