public class ErrorResponse extends Object
| Constructor and Description |
|---|
ErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getException()
Gets the exception.
|
String |
getExceptionStack()
Gets the exception stack.
|
String |
getMessage()
Gets the message.
|
String |
getRessource()
Gets the ressource.
|
void |
setException(String exception)
Sets the exception.
|
void |
setExceptionStack(String exceptionStack)
Sets the exception stack.
|
void |
setMessage(String message)
Sets the message.
|
void |
setRessource(String ressource)
Sets the ressource.
|
String |
toString() |
public String getRessource()
public void setRessource(String ressource)
ressource - the new ressourcepublic String getMessage()
public void setMessage(String message)
message - the new messagepublic String getException()
public void setException(String exception)
exception - the new exceptionpublic String getExceptionStack()
public void setExceptionStack(String exceptionStack)
exceptionStack - the new exception stackCopyright © 2019. All rights reserved.