FileDocCategorySizeDatePackage
SizeExceededException.javaAPI DocphoneME MR2 API (J2ME)1419Wed May 02 18:00:44 BST 2007javax.wireless.messaging

SizeExceededException

public class SizeExceededException extends IOException
This class is defined by the JSR-205 specification Wireless Messaging API (WMA) Version 2.0.

Fields Summary
Constructors Summary
public SizeExceededException(String reason)

        super(reason);
    
Methods Summary