Uses of Class
org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
-
Packages that use JaxRsException Package Description org.restlet.ext.jaxrs Support for JAX-RS API.org.restlet.ext.jaxrs.internal.exceptions -
-
Uses of JaxRsException in org.restlet.ext.jaxrs
Methods in org.restlet.ext.jaxrs that throw JaxRsException Modifier and Type Method Description static <T> TJaxRsClientResource. createJaxRsClient(java.lang.String baseUri, java.lang.Class<? extends T> resourceInterface)Deprecated.Creates a client resource that proxy calls to the given Java interface into Restlet method calls. -
Uses of JaxRsException in org.restlet.ext.jaxrs.internal.exceptions
Subclasses of JaxRsException in org.restlet.ext.jaxrs.internal.exceptions Modifier and Type Class Description classConvertParameterExceptionDeprecated.Will be removed in next minor release.classConvertRepresentationExceptionDeprecated.Will be removed in next minor release.classIllegalBeanSetterTypeExceptionDeprecated.Will be removed in next minor release.classIllegalConstrParamTypeExceptionDeprecated.Will be removed in next minor release.classIllegalFieldTypeExceptionDeprecated.Will be removed in next minor release.classIllegalMethodParamTypeExceptionDeprecated.Will be removed in next minor release.classIllegalParamTypeExceptionDeprecated.Will be removed in next minor release.classIllegalPathExceptionDeprecated.Will be removed in next minor release.classIllegalPathOnClassExceptionDeprecated.Will be removed in next minor release.classIllegalPathOnMethodExceptionDeprecated.Will be removed in next minor release.classIllegalPathParamTypeExceptionDeprecated.Will be removed in next minor release.classIllegalTypeExceptionDeprecated.Will be removed in next minor release.classInjectExceptionDeprecated.Will be removed in next minor release.classMethodInvokeExceptionDeprecated.Will be removed in next minor release.classMissingAnnotationExceptionDeprecated.Will be removed in next minor release.classMissingConstructorExceptionDeprecated.Will be removed in next minor release.classProviderNotInitializableExceptionDeprecated.Will be removed in next minor release.
-