103104105106107108109110
} }); return compiler.getSQL().trim(); } catch (Throwable t) { fail(t.getMessage()); throw new UnreachableStatementException(); } }
146147148149150151152153
try { compiler.compileJBossQL(ejbql, returnType, paramClasses, metadata); return compiler.getSQL(); } catch (Throwable t) { fail(t.getMessage()); throw new UnreachableStatementException(); } }
299300301302303304305306307308309
{ checkedOut.remove(cl); } permits.release(); JBossResourceException.rethrowAsResourceException("Unexpected throwable while trying to create a connection: " + cl, t); throw new UnreachableStatementException(); } } else { // we timed out
101102103104105106107
* No-op. */ public void removeHome(Handle handle) throws RemoteException, RemoveException { throw new UnreachableStatementException(); }
110111112113114115116
* No-op. */ public void removeHome(Object primaryKey) throws RemoteException, RemoveException { throw new UnreachableStatementException(); }
355356357358359360361
* @throws Error Not yet implemented */ public void removeLocalHome(Invocation mi) throws RemoteException, RemoveException { throw new UnreachableStatementException(); }
217218219220221222223
{ return assertDiscoveryEnvironment(childUnit, name); } } fail("Was not able to find a unit with suffix " + name); throw new UnreachableStatementException(); }
7273747576777879
return method.invoke(target, arguments); } catch (Throwable t) { ReflectJoinpointFactory.handleErrors(method.getName(), method.getParameterTypes(), arguments, t); throw new UnreachableStatementException(); } }
8586878889909192
{ return super.clone(); } catch (CloneNotSupportedException e) { throw new UnreachableStatementException(); } }
99100101102103104105106
return constructor.newInstance(arguments); } catch (Throwable t) { ReflectJoinpointFactory.handleErrors("new", constructor.getParameterTypes(), arguments, t); throw new UnreachableStatementException(); } }