Lines 890-895
Link Here
|
890 |
throw cnfe; |
890 |
throw cnfe; |
891 |
} |
891 |
} |
892 |
} catch(AccessControlException ace) { |
892 |
} catch(AccessControlException ace) { |
|
|
893 |
log.error("findClassInternal(" + name + ") failed", ace); |
893 |
throw new ClassNotFoundException(name, ace); |
894 |
throw new ClassNotFoundException(name, ace); |
894 |
} catch (RuntimeException e) { |
895 |
} catch (RuntimeException e) { |
895 |
if (log.isTraceEnabled()) |
896 |
if (log.isTraceEnabled()) |