wisc_db
buffer_exceeded_exception.h
1 
8 #pragma once
9 
10 #include <string>
11 
12 #include "wiscdb_exception.h"
13 
14 namespace wiscdb {
15 
20  public:
24  explicit BufferExceededException();
25 };
26 
27 }
An exception that is thrown when buffer capacity is exceeded.
Definition: buffer.h:14
Base class for all WiscDB-specific exceptions.