javax.wireless.messaging
Class SizeExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.wireless.messaging.SizeExceededException

public class SizeExceededException
extends IOException

Indicates that an operation is not executable due to insufficient system resources.

This class is defined in JSR 205: Wireless Messaging API 2.0, which extends and enhances JSR 120: Wireless Messaging API

Since:
BlackBerry API 4.3.0, WMA 2.0

Constructor Summary
SizeExceededException(String reason)
          Creates a new instance of SizeExceededException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Constructor Detail

SizeExceededException

public SizeExceededException(String reason)
Creates a new instance of SizeExceededException.

Parameters:
reason - the reason why this exception occured.
Since:
BlackBerry API 4.3.0





Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal