Package com.vaadin.hilla
Class EndpointInvocationException.EndpointAccessDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.hilla.EndpointInvocationException
com.vaadin.hilla.EndpointInvocationException.EndpointAccessDeniedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EndpointInvocationException
@Deprecated(forRemoval=true)
public static class EndpointInvocationException.EndpointAccessDeniedException
extends EndpointInvocationException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception indicating access to the endpoint was denied.
- 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
ConstructorsConstructorDescriptionEndpointAccessDeniedException
(String message) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance. -
Method Summary
Methods inherited from class com.vaadin.hilla.EndpointInvocationException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EndpointAccessDeniedException
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance.- Parameters:
message
- the message to pass to the client
-
EndpointInvocationException.EndpointUnauthorizedException
instead.