Searched refs:ThrowableMethods (Results 1 – 1 of 1) sorted by relevance
1500 if (cause != null && ThrowableMethods.fgThrowableMethodsAvailable) { in createLSException()1502 ThrowableMethods.fgThrowableInitCauseMethod.invoke(lse, new Object [] {cause}); in createLSException()1513 static class ThrowableMethods { class in LSSerializerImpl1521 private ThrowableMethods() {} in ThrowableMethods() method in LSSerializerImpl.ThrowableMethods