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