org.camunda.bpm.engine.rest.dto
Class ExceptionDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ExceptionDto
- Direct Known Subclasses:
- AuthorizationExceptionDto, MigratingProcessInstanceValidationExceptionDto, MigrationPlanValidationExceptionDto
public class ExceptionDto
- extends Object
- Author:
- nico.rehwaldt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected String type
message
protected String message
ExceptionDto
public ExceptionDto()
getType
public String getType()
getMessage
public String getMessage()
fromException
public static ExceptionDto fromException(Exception e)
setType
public void setType(String type)
setMessage
public void setMessage(String message)
Copyright © 2016 camunda services GmbH. All rights reserved.