public class ExceptionDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
message |
protected String |
type |
Constructor and Description |
---|
ExceptionDto() |
Modifier and Type | Method and Description |
---|---|
static ExceptionDto |
fromException(Exception e) |
String |
getMessage() |
String |
getType() |
void |
setMessage(String message) |
void |
setType(String type) |
Copyright © 2015. All rights reserved.