Package org.camunda.bpm.client.impl
Class EngineRestExceptionDto
- java.lang.Object
-
- org.camunda.bpm.client.impl.EngineRestExceptionDto
-
public class EngineRestExceptionDto extends Object
-
-
Constructor Summary
Constructors Constructor Description EngineRestExceptionDto()
-
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)
RestException
toRestException()
-
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCode
public Integer getCode()
-
setCode
public void setCode(Integer code)
-
toRestException
public RestException toRestException()
-
-