Class RestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.common.rest.ApiException
io.helidon.integrations.common.rest.ApiRestException
io.helidon.integrations.common.rest.RestException
- All Implemented Interfaces:
- Serializable
Implementation of the 
ApiRestException.- See Also:
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class io.helidon.integrations.common.rest.ApiRestExceptionApiRestException.BaseBuilder<B extends ApiRestException.BaseBuilder<B>>
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestException.Builderbuilder()Create a new builder for this exception.Methods inherited from class io.helidon.integrations.common.rest.ApiRestExceptionapiSpecificError, headers, requestId, statusMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
builderCreate a new builder for this exception.- Returns:
- a new builder
 
 
-