Class HsqlOutOfMemoryOrCorruptedException

  • All Implemented Interfaces:
    Serializable

    public class HsqlOutOfMemoryOrCorruptedException
    extends DBException
    Internal HSQL memory problem, or HSQL DB is corrupted.
    Author:
    Leonid Bushuev from JetBrains
    See Also:
    Serialized Form
    • Constructor Detail

      • HsqlOutOfMemoryOrCorruptedException

        public HsqlOutOfMemoryOrCorruptedException​(String message,
                                                   String query,
                                                   SQLException exception)