public class UnprocessableEntityException extends NakadiException
| Constructor and Description |
|---|
UnprocessableEntityException(java.lang.String message) |
UnprocessableEntityException(java.lang.String msg,
java.lang.Exception cause) |
UnprocessableEntityException(java.lang.String msg,
java.lang.String problemMessage,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response.StatusType |
getStatus() |
asProblem, getProblemMessage, setProblemMessagepublic UnprocessableEntityException(java.lang.String message)
public UnprocessableEntityException(java.lang.String msg,
java.lang.Exception cause)
public UnprocessableEntityException(java.lang.String msg,
java.lang.String problemMessage,
java.lang.Exception cause)
protected javax.ws.rs.core.Response.StatusType getStatus()
getStatus in class NakadiException