com.cumulocity.rest.representation
Class ErrorDetails

java.lang.Object
  extended by com.cumulocity.rest.representation.ErrorDetails

public class ErrorDetails
extends Object


Constructor Summary
ErrorDetails()
           
 
Method Summary
 String getExceptionMessage()
           
 String getExpectionClass()
           
 String getExpectionStackTrace()
           
 void setExceptionMessage(String exceptionMessage)
           
 void setExpectionClass(String expectionClass)
           
 void setExpectionStackTrace(String expectionStackTrace)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorDetails

public ErrorDetails()
Method Detail

getExpectionClass

public String getExpectionClass()

setExpectionClass

public void setExpectionClass(String expectionClass)

getExceptionMessage

public String getExceptionMessage()

setExceptionMessage

public void setExceptionMessage(String exceptionMessage)

getExpectionStackTrace

public String getExpectionStackTrace()

setExpectionStackTrace

public void setExpectionStackTrace(String expectionStackTrace)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.