public class RestClientDefinitionException extends RuntimeException
@PathParam annotation that refers to a URI template that is not
defined in any @Path annotations on the method or interface.| Constructor and Description |
|---|
RestClientDefinitionException() |
RestClientDefinitionException(String paramString) |
RestClientDefinitionException(String paramString,
Throwable paramThrowable) |
RestClientDefinitionException(Throwable paramThrowable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestClientDefinitionException()
public RestClientDefinitionException(String paramString)
public RestClientDefinitionException(String paramString, Throwable paramThrowable)
public RestClientDefinitionException(Throwable paramThrowable)
Copyright © 2020 Eclipse Foundation. All rights reserved.