| Package | Description |
|---|---|
| org.smallmind.web.jersey.fault |
| Modifier and Type | Method and Description |
|---|---|
FaultElement |
Fault.getContext() |
FaultElement[] |
Fault.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
Fault.setContext(FaultElement context) |
void |
Fault.setElements(FaultElement[] elements) |
| Constructor and Description |
|---|
Fault(FaultElement context,
String message) |
Fault(FaultElement context,
Throwable throwable) |
Fault(FaultElement context,
Throwable throwable,
boolean includeNativeEncoding) |
Copyright © 2016. All rights reserved.