Class HsqlOutOfMemoryException

  • All Implemented Interfaces:
    Serializable

    public final class HsqlOutOfMemoryException
    extends DBException
    Internal HSQL memory problem.
    Author:
    Leonid Bushuev from JetBrains
    See Also:
    Serialized Form
    • Constructor Detail

      • HsqlOutOfMemoryException

        public HsqlOutOfMemoryException​(String message,
                                        @Nullable
                                        String query,
                                        SQLException exception)