Package com.vaadin.hilla
Class EndpointInvocationException.EndpointNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.hilla.EndpointInvocationException
com.vaadin.hilla.EndpointInvocationException.EndpointHttpException
com.vaadin.hilla.EndpointInvocationException.EndpointNotFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
EndpointInvocationException
public static class EndpointInvocationException.EndpointNotFoundException
extends EndpointInvocationException.EndpointHttpException
Exception indicating the endpoint was not found.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.vaadin.hilla.EndpointInvocationException
EndpointInvocationException.EndpointAccessDeniedException, EndpointInvocationException.EndpointBadRequestException, EndpointInvocationException.EndpointForbiddenException, EndpointInvocationException.EndpointHttpException, EndpointInvocationException.EndpointInternalException, EndpointInvocationException.EndpointNotFoundException, EndpointInvocationException.EndpointUnauthorizedException -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpStatusReturns the HTTP status.Methods inherited from class com.vaadin.hilla.EndpointInvocationException.EndpointHttpException
getHttpStatusCodeMethods inherited from class com.vaadin.hilla.EndpointInvocationException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EndpointNotFoundException
public EndpointNotFoundException()Creates a new instance..
-
-
Method Details
-
getHttpStatus
public org.springframework.http.HttpStatus getHttpStatus()Description copied from class:EndpointInvocationException.EndpointHttpExceptionReturns the HTTP status. Only 4xx and 5xx statuses are allowed.- Specified by:
getHttpStatusin classEndpointInvocationException.EndpointHttpException- Returns:
- the HTTP status
-