443444445446447448449450451452
throw new UnsupportedOperationException(toString()); } } catch (RuntimeException e) { throw e; } catch (InvocationTargetException e) { throw new InterceptorException(e.getCause()); } catch (Exception e) { throw new InterceptorException(e); } }