| Package | Description |
|---|---|
| org.kie.server.remote.rest.common.exception |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionServerRestOperationException.Status |
ExecutionServerRestOperationException.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionServerRestOperationException.Status[] |
ExecutionServerRestOperationException.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ExecutionServerRestOperationException(String s,
ExecutionServerRestOperationException.Status status,
javax.ws.rs.core.Variant v) |
ExecutionServerRestOperationException(String s,
Throwable throwable,
ExecutionServerRestOperationException.Status status,
javax.ws.rs.core.Variant v) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.