DoesNotExistException,
URISyntaxException {
final Caller caller = this.translate.getCaller(callerDN);
final ShutdownTasks tasks =
this.translate.getShutdownTasks(postTask, appendID);
if (ShutdownEnumeration.Normal.equals(shutdownEnum)) {
this.manager.shutdown(this.id, Manager.INSTANCE, tasks, caller);
} else if (ShutdownEnumeration.Pause.equals(shutdownEnum)) {