@Provider public class NotFoundErrorException extends Exception implements javax.ws.rs.ext.ExceptionMapper<NotFoundErrorException>
| Constructor and Description |
|---|
NotFoundErrorException() |
NotFoundErrorException(String message) |
NotFoundErrorException(String message,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(NotFoundErrorException exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundErrorException()
public NotFoundErrorException(String message)
public javax.ws.rs.core.Response toResponse(NotFoundErrorException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NotFoundErrorException>Copyright © 2018. All rights reserved.