com.clickntap.hub
Class XMLErrorResponse

java.lang.Object
  extended by com.clickntap.tool.bean.BeanId
      extended by com.clickntap.tool.bean.Bean
          extended by com.clickntap.hub.BO
              extended by com.clickntap.hub.XMLErrorResponse
All Implemented Interfaces:
Serializable

public class XMLErrorResponse
extends BO

See Also:
Serialized Form

Field Summary
 Throwable exception
           
 String stackTrace
           
 
Constructor Summary
XMLErrorResponse()
           
 
Method Summary
 List<String> getErrorCodes()
           
 Throwable getException()
           
 String getStackTrace()
           
 void setErrorCodes(List<String> errorCodes)
           
 void setException(Throwable throwable)
           
 void setStackTrace(String stackTrace)
           
 
Methods inherited from class com.clickntap.hub.BO
getApp, setApp, toJSON
 
Methods inherited from class com.clickntap.tool.bean.Bean
clear, clone, copyFrom, copyTo, create, createOrUpdate, delete, execute, get, getBeanManager, read, read, setBeanManager, stream, toMap, toMap, update
 
Methods inherited from class com.clickntap.tool.bean.BeanId
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

public Throwable exception

stackTrace

public String stackTrace
Constructor Detail

XMLErrorResponse

public XMLErrorResponse()
Method Detail

getErrorCodes

public List<String> getErrorCodes()

setErrorCodes

public void setErrorCodes(List<String> errorCodes)

getException

public Throwable getException()

setException

public void setException(Throwable throwable)

getStackTrace

public String getStackTrace()

setStackTrace

public void setStackTrace(String stackTrace)


Copyright © 2014. All rights reserved.