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