Skip to content

Commit

Permalink
删除RequestExecutionException
Browse files Browse the repository at this point in the history
  • Loading branch information
codefollower committed May 10, 2018
1 parent 5901e7c commit 735e338
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.

This file was deleted.

Expand Up @@ -18,6 +18,7 @@
package org.lealone.replication.exceptions;

import org.lealone.common.exceptions.ExceptionCode;
import org.lealone.common.exceptions.RequestExecutionException;
import org.lealone.replication.ConsistencyLevel;

public class RequestFailureException extends RequestExecutionException {
Expand Down
Expand Up @@ -18,6 +18,7 @@
package org.lealone.replication.exceptions;

import org.lealone.common.exceptions.ExceptionCode;
import org.lealone.common.exceptions.RequestExecutionException;
import org.lealone.replication.ConsistencyLevel;

public class RequestTimeoutException extends RequestExecutionException {
Expand Down
Expand Up @@ -21,7 +21,6 @@
import org.lealone.replication.ConsistencyLevel;

public class WriteFailureException extends RequestFailureException {

public WriteFailureException(ConsistencyLevel consistency, int received, int failures, int blockFor) {
super(ExceptionCode.WRITE_FAILURE, consistency, received, failures, blockFor);
}
Expand Down

0 comments on commit 735e338

Please sign in to comment.