Class RedisException.CallableFailure

All Implemented Interfaces:
Serializable
Enclosing class:
RedisException

public static class RedisException.CallableFailure extends RedisException
Exception indicates that something goes wrong during callable call.
Since:
1.1.0
See Also:
  • Constructor Details

    • CallableFailure

      public CallableFailure(Throwable cause)
      Build a new instance.
      Parameters:
      cause - The cause
      Since:
      1.1.0