/* 312 */ if (dest == null)
/* */ {
/* 314 */ throw new JMSException("There is no administratively defined topic with name:" + name);
/* */ }
/* */
/* 317 */ return new JBossTopic(name);
/* */ }
/* */ catch (Throwable t) {
/* */ }
/* 321 */ throw ExceptionUtil.handleJMSInvocation(t, this + " createTopic");
/* */ }