OmniSciDB
a5dc49c757
|
#include <ForeignStorageMgr.h>
Public Member Functions | |
PostEvictionRefreshException ()=delete | |
PostEvictionRefreshException (const PostEvictionRefreshException &)=delete | |
PostEvictionRefreshException & | operator= (const PostEvictionRefreshException &)=delete |
PostEvictionRefreshException (const std::runtime_error &exception) | |
std::runtime_error | getOriginalException () |
Private Attributes | |
std::runtime_error | original_exception_ |
Definition at line 31 of file ForeignStorageMgr.h.
|
delete |
|
delete |
|
inline |
Definition at line 36 of file ForeignStorageMgr.h.
|
inline |
Definition at line 39 of file ForeignStorageMgr.h.
Referenced by foreign_storage::refresh_foreign_table_unlocked().
|
delete |
|
private |
Definition at line 42 of file ForeignStorageMgr.h.