net.rim.device.api.io
Class FileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.rim.device.api.io.FileNotFoundException
public class FileNotFoundException
- extends IOException
Signals that an attempt to open the file denoted by a specified pathname has failed.
- Since:
- BlackBerry API 4.2.0
FileNotFoundException
public FileNotFoundException()
- Constructs a
FileNotFoundException
with null
as its
error detail message.
- Since:
- BlackBerry API 4.2.0
FileNotFoundException
public FileNotFoundException(String message)
- Constructs a
FileNotFoundException
with the specified detail message.
- Parameters:
message
- The detail message.- Since:
- BlackBerry API 4.2.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