case StagingErrorException.ERROR_CODE:
cloudFoundryException = new StagingErrorException(
statusCode, statusText);
break;
case NotFinishedStagingException.ERROR_CODE:
cloudFoundryException = new NotFinishedStagingException(
statusCode, statusText);
break;
}
}
} catch (JsonParseException e) {