public class KieRemoteRestOperationException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
KieRemoteRestOperationException.Status |
| Modifier | Constructor and Description |
|---|---|
|
KieRemoteRestOperationException(String s) |
protected |
KieRemoteRestOperationException(String s,
KieRemoteRestOperationException.Status status) |
|
KieRemoteRestOperationException(String s,
Throwable throwable) |
protected |
KieRemoteRestOperationException(String s,
Throwable throwable,
KieRemoteRestOperationException.Status status) |
| Modifier and Type | Method and Description |
|---|---|
static KieRemoteRestOperationException |
badRequest(String msg) |
static KieRemoteRestOperationException |
conflict(String msg,
Exception e) |
static KieRemoteRestOperationException |
forbidden(String msg) |
int |
getStatus() |
static KieRemoteRestOperationException |
internalServerError(String msg) |
static KieRemoteRestOperationException |
internalServerError(String msg,
Exception e) |
static KieRemoteRestOperationException |
notFound(String msg) |
static KieRemoteRestOperationException |
notFound(String msg,
Exception e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected Integer status
public KieRemoteRestOperationException(String s)
protected KieRemoteRestOperationException(String s, KieRemoteRestOperationException.Status status)
public KieRemoteRestOperationException(String s, Throwable throwable)
protected KieRemoteRestOperationException(String s, Throwable throwable, KieRemoteRestOperationException.Status status)
public int getStatus()
public static KieRemoteRestOperationException badRequest(String msg)
public static KieRemoteRestOperationException forbidden(String msg)
public static KieRemoteRestOperationException conflict(String msg, Exception e)
public static KieRemoteRestOperationException notFound(String msg)
public static KieRemoteRestOperationException notFound(String msg, Exception e)
public static KieRemoteRestOperationException internalServerError(String msg)
public static KieRemoteRestOperationException internalServerError(String msg, Exception e)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.