public class ExceptionResponse extends Response
id| Constructor and Description |
|---|
ExceptionResponse() |
ExceptionResponse(UUID id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
int |
hashCode() |
void |
setMessage(String message) |
void |
setStackTrace(StackTraceElement[] stackTrace) |
void |
setSuccess(boolean success) |
String |
toString() |
getId, setIdpublic ExceptionResponse()
public ExceptionResponse(UUID id)
public String getMessage()
public void setMessage(String message)
public StackTraceElement[] getStackTrace()
public void setStackTrace(StackTraceElement[] stackTrace)
public void setSuccess(boolean success)
setSuccess in class ResponseCopyright © 2017. All rights reserved.