public class Fault extends Object implements Serializable
| Constructor and Description |
|---|
Fault() |
Fault(FaultElement context,
Throwable throwable) |
Fault(FaultElement context,
Throwable throwable,
boolean includeNativeEncoding) |
Fault(Throwable throwable) |
Fault(Throwable throwable,
boolean includeNativeEncoding) |
| Modifier and Type | Method and Description |
|---|---|
Fault |
getCause() |
FaultElement |
getContext() |
FaultElement[] |
getElements() |
JsonObject<?> |
getInformation() |
String |
getMessage() |
NativeObject |
getNativeObject() |
String |
getThrowableType() |
void |
setCause(Fault cause) |
void |
setContext(FaultElement context) |
void |
setElements(FaultElement[] elements) |
Fault |
setInformation(JsonObject<?> information) |
void |
setMessage(String message) |
void |
setNativeObject(NativeObject nativeObject) |
void |
setThrowableType(String throwableType) |
String |
toString() |
public Fault()
public Fault(Throwable throwable) throws IOException
IOExceptionpublic Fault(FaultElement context, Throwable throwable) throws IOException
IOExceptionpublic Fault(Throwable throwable, boolean includeNativeEncoding) throws IOException
IOExceptionpublic Fault(FaultElement context, Throwable throwable, boolean includeNativeEncoding) throws IOException
IOExceptionpublic FaultElement getContext()
public void setContext(FaultElement context)
public String getThrowableType()
public void setThrowableType(String throwableType)
public String getMessage()
public void setMessage(String message)
public Fault getCause()
public void setCause(Fault cause)
public FaultElement[] getElements()
public void setElements(FaultElement[] elements)
public JsonObject<?> getInformation()
public Fault setInformation(JsonObject<?> information)
public NativeObject getNativeObject()
public void setNativeObject(NativeObject nativeObject)
Copyright © 2015. All rights reserved.