- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CommandNotImplemented, NotSupportedException
public class ProviderException
extends ClientRuntimeException
Used by JRedis implementation providers to indicate an exception related to the
implementation of the specification. Effectively, this exception and its extensions
should only be thrown when a fault has occurred that is neither a SystemException
,
nor a Redis prompted server side error.
- Since:
- alpha.0
- Version:
- alpha.0, 04/02/09
- Author:
- Joubin Houshyar (alphazero@sensesay.net)
- See Also:
- Serialized Form