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