public abstract class NakadiException
extends java.lang.Exception
| Constructor and Description |
|---|
NakadiException(java.lang.String message) |
NakadiException(java.lang.String msg,
java.lang.Exception cause) |
NakadiException(java.lang.String msg,
java.lang.String problemMessage,
java.lang.Exception cause) |
| Modifier and Type | Method and Description |
|---|---|
org.zalando.problem.Problem |
asProblem() |
java.lang.String |
getProblemMessage() |
protected abstract javax.ws.rs.core.Response.StatusType |
getStatus() |
void |
setProblemMessage(java.lang.String problemMessage) |