Skip to content

Commit

Permalink
Deprecate AbortedTransactionException
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Aug 31, 2023
1 parent eba4cc1 commit d159f45
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package redis.clients.jedis.exceptions;

/**
* @deprecated This will be removed in next major release.
*/
@Deprecated
public class AbortedTransactionException extends JedisDataException {

public AbortedTransactionException(final String message) {
Expand Down

0 comments on commit d159f45

Please sign in to comment.