public interface UserManagementExceptionHandler
Modifier and Type | Method and Description |
---|---|
@NotNull Optional<javax.ws.rs.core.Response> |
handleUserManagementException(@NotNull Exception exception,
@NotNull javax.ws.rs.core.MediaType mediaType)
Attempt to produce a REST response of the
mediaType based on the given exception . |
@NotNull @NotNull Optional<javax.ws.rs.core.Response> handleUserManagementException(@NotNull @NotNull Exception exception, @NotNull @NotNull javax.ws.rs.core.MediaType mediaType)
mediaType
based on the given exception
.Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.