Class FileNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class FileNotFoundException
    extends Iso7816FourCardException
    Excepción que representa un fichero no encontrado.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getFileId()
      Obtiene el identificador del fichero no encontrado.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private final transient byte[] id
        Identificador del fichero no encontrado.
      • FILE_NOT_FOUND_RETURN_CODE

        private static final StatusWord FILE_NOT_FOUND_RETURN_CODE
    • Constructor Detail

      • FileNotFoundException

        public FileNotFoundException()
        Construye una excepción de fichero no encontrado.
      • FileNotFoundException

        public FileNotFoundException​(byte[] fileId)
        Construye una excepción de fichero no encontrado.
        Parameters:
        fileId - Identificador o nombre del fichero no encontrado
      • FileNotFoundException

        public FileNotFoundException​(java.lang.String filename)
        Construye una excepción de fichero no encontrado.
        Parameters:
        filename - Nombre del fichero no encontrado
    • Method Detail

      • getFileId

        public byte[] getFileId()
        Obtiene el identificador del fichero no encontrado.
        Returns:
        Identificador del fichero no encontrado