Class CannotConvertValueToType
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kz.greetgo.spring.websocket.exceptions.CannotConvertValueToType
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotConvertValueToType extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotConvertValueToType(java.lang.String code, java.lang.Object originValue, java.lang.Class<?> parameterType, java.lang.reflect.Type genericParameterType)
-