Class ConfirmationFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.cojen.tupl.DatabaseException
org.cojen.tupl.ConfirmationFailureException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfirmationInterruptedException
,ConfirmationTimeoutException
Thrown when replication cannot be confirmed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfirmationFailureException
(String message) ConfirmationFailureException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.cojen.tupl.DatabaseException
isRecoverable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfirmationFailureException
public ConfirmationFailureException() -
ConfirmationFailureException
-
ConfirmationFailureException
-
ConfirmationFailureException
-