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
public final class RestException extends ApiRestException
Implementation of theApiRestException
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RestException.Builder
Fluent API builder forRestException
.-
Nested classes/interfaces inherited from class io.helidon.integrations.common.rest.ApiRestException
ApiRestException.BaseBuilder<B extends ApiRestException.BaseBuilder<B>>
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
builder
public static RestException.Builder builder()
Create a new builder for this exception.- Returns:
- a new builder
-
-