net.rim.device.api.io
Class IOTransmitterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.rim.device.api.io.IOTransmitterException

public class IOTransmitterException
extends IOException

Thrown if the connection is unable to transmit a datagram for some reason

Since:
BlackBerry API 4.0.0

Constructor Summary
IOTransmitterException()
          Creates a new IOTransmitterException instance.
IOTransmitterException(String msg)
          Creates a new IOTransmitterException instance with detailed message.
 
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

IOTransmitterException

public IOTransmitterException()
Creates a new IOTransmitterException instance.

Since:
BlackBerry API 4.0.0

IOTransmitterException

public IOTransmitterException(String msg)
Creates a new IOTransmitterException instance with detailed message.

Parameters:
msg - Descriptive message for this exception.
Since:
BlackBerry API 4.0.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