FileDocCategorySizeDatePackage
SizeExceededException.javaAPI DocphoneME MR2 API (J2ME)1462Wed May 02 18:00:44 BST 2007com.sun.tck.wma

SizeExceededException

public class SizeExceededException extends IOException
Indicates that an operation is not executable due to insufficient system resources.
since
WMA 2.0

Fields Summary
Constructors Summary
public SizeExceededException(String reason)
Constructs the new exception.

param
reason The reason why this exception occurs.

        super(reason);
    
Methods Summary