Package | Description |
---|---|
org.corfudb.runtime.exceptions |
Modifier and Type | Class and Description |
---|---|
class |
AppendException
Created by maithem on 8/22/17.
|
class |
DataCorruptionException
An exception that is thrown by the logunit when it detects data corruption.
|
class |
DataOutrankedException
Thrown when the log entry cannot be appended as it has lower rank than the other on
the same log position.
|
class |
OutOfSpaceException
Created by mwei on 12/14/15.
|
class |
OverwriteException
Created by mwei on 12/14/15.
|
class |
TrimmedException
This exception is thrown when a client tries to read an address
that has been trimmed.
|
class |
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.
|
class |
ValueAdoptedException
Returned during recovery write of the quorum replication, when a new value should be adopted
Created by kspirov on 3/21/17.
|
Copyright © 2019 CorfuDB. All rights reserved.