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 IntegergetCode()StringgetMessage()StringgetType()voidsetCode(Integer code)voidsetMessage(String message)voidsetType(String type)
-