Enum | Description |
---|---|
AbortCause |
Created by dalia on 4/8/17.
|
OverwriteCause |
Exception | Description |
---|---|
AlreadyBootstrappedException |
Created by mwei on 6/17/16.
|
AppendException |
Created by maithem on 8/22/17.
|
DataCorruptionException |
An exception that is thrown by the logunit when it detects data corruption.
|
DataOutrankedException |
Thrown when the log entry cannot be appended as it has lower rank than the other on
the same log position.
|
FastObjectLoaderException |
Thrown when the fast loader encounters an exception.
|
HoleFillRequiredException |
This exception is thrown whenever a hole fill is required
by policy.
|
LayoutModificationException |
This Exception is thrown when there is an invalid modification to the layout.
|
LogUnitException |
Created by mwei on 12/14/15.
|
NetworkException |
Created by mwei on 12/14/15.
|
NoBootstrapException |
Created by mwei on 12/21/15.
|
NoRollbackException |
Created by mwei on 11/21/16.
|
OutOfSpaceException |
Created by mwei on 12/14/15.
|
OutrankedException |
Created by mwei on 12/14/15.
|
OverwriteException |
Created by mwei on 12/14/15.
|
QuorumUnreachableException |
Created by mwei on 12/15/15.
|
RecoveryException |
Created by mwei on 4/7/17.
|
RetryExhaustedException |
RetryExhaustedException is thrown when there is no hope in retrying and the current progress
needs to be aborted.
|
SerializerException |
Created by annym on 04/12/19
|
ServerNotReadyException |
Created by zlokhandwala on 6/26/17.
|
StaleTokenException |
The exception is thrown internally by the runtime
if the following race happens:
a token is obtained from sequencer at epoch x,
then reconfiguration happens and a new layout with epoch x+k is installed,
finally the action with epoch x resumes.
|
TransactionAbortedException |
Created by mwei on 1/11/16.
|
TrimmedException |
This exception is thrown when a client tries to read an address
that has been trimmed.
|
TrimmedUpcallException |
This exception is thrown when a client attempts to resolve
an upcall, but the address is trimmed before the upcall
result can be resolved.
|
UnreachableClusterException |
Exception to be thrown by a system down handler when the runtime is stalled trying to reach an
unresponsive cluster.
|
ValueAdoptedException |
Returned during recovery write of the quorum replication, when a new value should be adopted
Created by kspirov on 3/21/17.
|
WorkflowException |
An exception that is thrown when a workflow fails.
|
WorkflowResultUnknownException |
An exception that is thrown when the result of a workflow is unknown
|
WriteSizeException |
An exception that is thrown when a write tries to write more than
the max write limit.
|
WrongClusterException | |
WrongEpochException |
Created by mwei on 12/11/15.
|
Copyright © 2019 CorfuDB. All rights reserved.