134135136137138139140
logger.fatal(t.getMessage(), t); throw InstanceUtil.makeShutdownFault( FaultUtil.unknown(t, "group.shutdown"), null); } return new VoidType(); }
8990919293949596979899
this.validateAll(); try { ((WorkspacePortType) this.portType).start(new VoidType()); } catch (WorkspaceUnknownFault e) { throw e; } catch (WorkspaceStartFault e) { throw e;
8889909192939495969798
WorkspaceUnknownFault { this.validateAll(); try { ((WorkspaceGroupPortType) this.portType).start(new VoidType()); } catch (WorkspaceUnknownFault e) { throw e; } catch (WorkspaceStartFault e) { throw e;
90919293949596
} catch (Throwable t) { throw InstanceUtil.makeStartFault( FaultUtil.unknown(t, "service.start"), null); } return new VoidType(); }
131132133134135136137
} catch (Throwable t) { throw InstanceUtil.makeShutdownFault( FaultUtil.unknown(t, "service.shutdown"), null); } return new VoidType(); }