Uses of Class
org.apache.fluo.api.exceptions.FluoException
-
Packages that use FluoException Package Description org.apache.fluo.api.exceptions -
-
Uses of FluoException in org.apache.fluo.api.exceptions
Subclasses of FluoException in org.apache.fluo.api.exceptions Modifier and Type Class Description class
AlreadySetException
Thrown ifTransactionBase.set(Bytes, Column, Bytes)
is called multiple times for the same row and columnclass
CommitException
Exception thrown whenTransaction.commit()
fails
-