public class FileNotFoundExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<FileNotFoundException>
Constructor and Description |
---|
FileNotFoundExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(FileNotFoundException exception) |
public javax.ws.rs.core.Response toResponse(FileNotFoundException exception)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<FileNotFoundException>
Copyright © 2017 WSO2. All rights reserved.