Returns the storage exception handler. May be null if not enabled @return The storage exception handler @since 2.2
()
| 619 | * @since 2.2 |
| 620 | */ |
| 621 | public final StorageExceptionHandler getStorageExceptionHandler() { |
| 622 | return storage_exception_handler; |
| 623 | } |
| 624 | |
| 625 | /** |
| 626 | * @return the TS filter object, may be null |
no outgoing calls