Searched refs:ExceptionInfo (Results 1 – 1 of 1) sorted by relevance
132 private static class ExceptionInfo { class in ObjectStreamClass136 ExceptionInfo(String cn, String msg) { in ExceptionInfo() method in ObjectStreamClass.ExceptionInfo154 private ExceptionInfo deserializeEx;156 private ExceptionInfo serializeEx;158 private ExceptionInfo defaultSerializeEx;475 new ExceptionInfo(e.classname, e.getMessage()); in ObjectStreamClass()514 deserializeEx = new ExceptionInfo(name, "enum type"); in ObjectStreamClass()516 deserializeEx = new ExceptionInfo(name, "no valid constructor"); in ObjectStreamClass()521 defaultSerializeEx = new ExceptionInfo( in ObjectStreamClass()631 deserializeEx = new ExceptionInfo( in initNonProxy()