Class TransactionOperationFailed

  • All Implemented Interfaces:
    java.io.Serializable

    @Volatile
    public class TransactionOperationFailed
    extends java.lang.RuntimeException
    This operation (such as a replace, get or insert) either failed or ambiguously succeeded.

    The details of the failure are opaque, as the application is not expected to take action on this failure. The application should not catch errors from operations.

    All methods on this class are for internal use only.

    See Also:
    Serialized Form