FileDocCategorySizeDatePackage
UnsupportedPIMFormatException.javaAPI DocphoneME MR2 API (J2ME)1653Wed May 02 18:00:28 BST 2007com.sun.kvem.midp.pim

UnsupportedPIMFormatException

public class UnsupportedPIMFormatException extends IOException
Exception thrown when a file is not recognized by an encoding.

Fields Summary
Constructors Summary
public UnsupportedPIMFormatException()
Constructor for UnsupportedPIMEncodingException.

        super();
    
public UnsupportedPIMFormatException(String message)
Constructor for UnsupportedPIMEncodingException with message.

param
message descriptive text for cause of exception

        super(message);
    
Methods Summary