public interface BDBPanicHandler
Modifier and Type | Method and Description |
---|---|
void |
onPanic(java.lang.Object environment,
java.lang.Exception exception)
Called when an Environment panics or an EnvironmentFailureException is thrown.
|
void onPanic(java.lang.Object environment, java.lang.Exception exception)
environment
- The affected environment or null if the environment could not be opened.exception
- The related exception.Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.