Class GridRedisTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.internal.processors.rest.handlers.redis.exception.GridRedisTypeException
-
- All Implemented Interfaces:
Serializable
public class GridRedisTypeException extends IgniteCheckedException
Exception on operation on the wrong data type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GridRedisTypeException(String msg)Creates a type exception with given error message.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
GridRedisTypeException
public GridRedisTypeException(String msg)
Creates a type exception with given error message.- Parameters:
msg- Error message.
-
-