this.decoree = decoree;
setErrorCode(decoree.getErrorCode());
String exceptionType = decoree.getExceptionType();
if (exceptionType.equals("")){
setExceptionType(null);
} else {
setExceptionType(exceptionType);
}
setLocation(RequestUtil.URLDecode(decoree.getLocation()));