javax.wireless.messaging
Class SizeExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjavax.wireless.messaging.SizeExceededException
All Implemented Interfaces:
java.io.Serializable

public class SizeExceededException
extends java.io.IOException

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

Since:
WMA 2.0
See Also:
Serialized Form

Constructor Summary
SizeExceededException(java.lang.String reason)
          Constructs a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SizeExceededException

public SizeExceededException(java.lang.String reason)
Constructs a new exception.

Parameters:
reason - The reason why this exception occurs


Copyright (C) 2004 Siemens AG, Germany. All rights reserved. Use is subject to license terms.