Class CannotCreateParamExtractor
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kz.greetgo.spring.websocket.exceptions.CannotCreateParamExtractor
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotCreateParamExtractor(Class<?> parameterType, Type genericParameterType, Annotation[] parameterAnnotations, Method method) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotCreateParamExtractor
public CannotCreateParamExtractor(Class<?> parameterType, Type genericParameterType, Annotation[] parameterAnnotations, Method method)
-