protected Object findX(Method method, Object[] args, Object proxy) throws Throwable {
throw new SystemException(new UnsupportedOperationException("Stateful beans may not have find methods"));
}
protected Object removeByPrimaryKey(Method method, Object[] args, Object proxy) throws Throwable {
throw new ApplicationException(new RemoveException("Session objects are private resources and do not have primary keys"));
}