public class PageNotFoundException extends RuntimeException
| Constructor and Description |
|---|
PageNotFoundException(int page,
int rowsPerPage,
int lastPage)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response.Status |
getErrorStatus() |
String |
getLogMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PageNotFoundException(int page,
int rowsPerPage,
int lastPage)
page - Page requestedrowsPerPage - Page sizelastPage - Terminal page availablepublic String getMessage()
getMessage in class Throwablepublic String getLogMessage()
public javax.ws.rs.core.Response.Status getErrorStatus()
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.