| Package | Description |
|---|---|
| org.kie.remote.services.exception | |
| org.kie.remote.services.rest.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
DeploymentNotFoundException
This exception should be thrown when a REST or JMS operation references a deployment unit
that does not exist or can not be found.
|
class |
KieRemoteServicesDeploymentException
This exception should be thrown when operation's relating to a deployment fail.
|
| Modifier and Type | Method and Description |
|---|---|
static KieRemoteRestOperationException |
KieRemoteRestOperationException.badRequest(String msg) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.conflict(String msg,
Exception e) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.forbidden(String msg) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.internalServerError(String msg) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.internalServerError(String msg,
Exception e) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.notFound(String msg) |
static KieRemoteRestOperationException |
KieRemoteRestOperationException.notFound(String msg,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DescriptiveExceptionHandler.toResponse(KieRemoteRestOperationException e) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.