public final class WWWChallengeExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<WWWChallengeException>
| Modifier and Type | Class and Description |
|---|---|
static class |
WWWChallengeExceptionMapper.Binder
HK2 Binder for our injector context.
|
| Constructor and Description |
|---|
WWWChallengeExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(WWWChallengeException exception)
Convert to response.
|
public javax.ws.rs.core.Response toResponse(WWWChallengeException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<WWWChallengeException>exception - The exception to convert.Copyright © 2018 krotscheck.net. All rights reserved.