public class ErrorMessage extends Object
| Constructor and Description |
|---|
ErrorMessage() |
ErrorMessage(String type,
String reason,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getReason() |
String |
getType() |
void |
setMessage(String message) |
void |
setReason(String reason) |
void |
setType(String type) |
Copyright © 2017 Netgrid. All rights reserved.