net.rim.device.api.io
Class IODatagramLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.rim.device.api.io.IODatagramLengthException
public class IODatagramLengthException
- extends IOException
Thrown if the datagram length is invalid (usually because it is too big).
- Since:
- BlackBerry API 4.0.0
IODatagramLengthException
public IODatagramLengthException()
- Creates a new IODatagramLengthException instance.
- Since:
- BlackBerry API 4.0.0
IODatagramLengthException
public IODatagramLengthException(String msg)
- Creates a new IODatagramLengthException 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