public class ErrorMessage extends Object
ErrorMessage(Exception exception)
ErrorMessage(String type, String message)
void
addInfo(String key, Object value)
addInfos(Map<String,Object> infos)
Map<String,Object>
getInfos()
String
getMessage()
getType()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ErrorMessage(Exception exception)
public ErrorMessage(String type, String message)
public String getType()
public String getMessage()
public void addInfos(Map<String,Object> infos)
public void addInfo(String key, Object value)
public Map<String,Object> getInfos()
Copyright © 2020. All rights reserved.