public abstract class RecurringFatalExceptionPropagationFixtureBase extends java.lang.Object implements ExceptionPropagationFixture
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CLOSE_MESSAGE |
protected static java.lang.String |
INITIAL_MESSAGE |
| Constructor and Description |
|---|
RecurringFatalExceptionPropagationFixtureBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertExecute(DatabaseContext context,
TopLevelOperation op) |
protected abstract java.lang.Class<? extends java.lang.RuntimeException> |
exceptionType() |
void |
throwShutdownException() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitthrowCloseException, throwInitialExceptionprotected static final java.lang.String CLOSE_MESSAGE
protected static final java.lang.String INITIAL_MESSAGE
public RecurringFatalExceptionPropagationFixtureBase()
public void throwShutdownException()
throwShutdownException in interface ExceptionPropagationFixturepublic void assertExecute(DatabaseContext context, TopLevelOperation op)
assertExecute in interface ExceptionPropagationFixtureprotected abstract java.lang.Class<? extends java.lang.RuntimeException> exceptionType()