Class ExceptionResponseDto
- java.lang.Object
-
- org.camunda.bpm.client.task.impl.dto.ExceptionResponseDto
-
public class ExceptionResponseDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionResponseDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getCode()
String
getMessage()
String
getType()
void
setCode(Integer code)
void
setMessage(String message)
void
setType(String type)
-