| Name | Description | Type | Package | Framework |
| AnswerException | This exception will be thrown when an answer continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| CallException | This exception will be thrown when a call continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| CallTargetNotFoundException | Thrown when a call target couldn't be resolved to a properSince:1. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| ContinuableLocalVariableUncloneableException | Thrown when a local variable in a ContinuationStack couldn't be cloned when a continuation is resumed. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| ContinuationsNotActiveException | Thrown when a continuations method has not been instrumented. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| MissingActiveContinuationConfigRuntimeException | Thrown when the active continuation runtime configuration isn't set. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| PauseException | This exception will be thrown when a pause continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |
| StepBackException | This exception will be thrown when a stepback continuation is triggered. | Class | com.uwyn.rife.continuations.exceptions | Rife |