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 Summary
Nested classes/interfaces inherited from class io.helidon.integrations.common.rest.ApiRestException
ApiRestException.BaseBuilder<B extends ApiRestException.BaseBuilder<B>>
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestException.Builder
builder()
Create a new builder for this exception.Methods inherited from class io.helidon.integrations.common.rest.ApiRestException
apiSpecificError, headers, requestId, status
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
builder
Create a new builder for this exception.- Returns:
- a new builder
-