org.camunda.bpm.cycle.web.dto
Class ExceptionDTO

java.lang.Object
  extended by org.camunda.bpm.cycle.web.dto.ExceptionDTO

public class ExceptionDTO
extends Object


Constructor Summary
ExceptionDTO()
           
ExceptionDTO(Exception e)
           
 
Method Summary
 String getExceptionType()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionDTO

public ExceptionDTO()

ExceptionDTO

public ExceptionDTO(Exception e)
Method Detail

getMessage

public String getMessage()

getExceptionType

public String getExceptionType()


Copyright © 2014 camunda services GmbH. All rights reserved.