Class HsqlFileDoesntExistException

  • All Implemented Interfaces:
    Serializable

    public class HsqlFileDoesntExistException
    extends DBException
    Thrown when requested to open an existent HSQL database (and not create a new one), but the specified database file doesn't exists.
    See Also:
    Serialized Form
    • Field Detail

      • file

        public final File file
    • Constructor Detail

      • HsqlFileDoesntExistException

        public HsqlFileDoesntExistException​(File file)