public final class FileNotFoundException
extends java.io.IOException
Constructor and Description |
---|
FileNotFoundException()
Construye una excepción de fichero no encontrado.
|
FileNotFoundException(byte[] fileId)
Construye una excepción de fichero no encontrado.
|
FileNotFoundException(java.lang.String filename)
Construye una excepción de fichero no encontrado.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getFileId()
Obtiene el identificador del fichero no encontrado.
|
public FileNotFoundException()
public FileNotFoundException(byte[] fileId)
fileId
- Identificador del fichero no encontradopublic FileNotFoundException(java.lang.String filename)
filename
- Nombre del fichero no encontrado