public class ServiceFault
extends java.lang.Object
| Constructor and Description |
|---|
ServiceFault()
Initializes an instance of the
ServiceFault class |
| Modifier and Type | Method and Description |
|---|---|
LoggedException[] |
getExceptionStack()
Gets the exception stack
|
java.lang.String |
getMessage()
Gets the error message
|
java.util.UUID |
getRequestId()
Gets the correlation ID of error message
|
void |
setExceptionStack(LoggedException[] exceptionStack)
Sets the exception stack collection
|
void |
setMessage(java.lang.String message)
Sets the error message
|
void |
setRequestId(java.util.UUID requestId)
Sets the correlation ID of error message
|
public ServiceFault()
ServiceFault classpublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message - the message to setpublic java.util.UUID getRequestId()
public void setRequestId(java.util.UUID requestId)
requestId - the correlation ID of error message voidpublic LoggedException[] getExceptionStack()
public void setExceptionStack(LoggedException[] exceptionStack)
exceptionStack - the exception stack collection