Searched refs:ExceptionInfo (Results 1 – 2 of 2) sorted by relevance
391 private java.io.ObjectStreamClass.ExceptionInfo defaultSerializeEx;393 private java.io.ObjectStreamClass.ExceptionInfo deserializeEx;438 private java.io.ObjectStreamClass.ExceptionInfo serializeEx;539 private static class ExceptionInfo { class in ObjectStreamClass541 ExceptionInfo(java.lang.String cn, java.lang.String msg) { in ExceptionInfo() method in ObjectStreamClass.ExceptionInfo
139 private static class ExceptionInfo { class in ObjectStreamClass143 ExceptionInfo(String cn, String msg) { in ExceptionInfo() method in ObjectStreamClass.ExceptionInfo161 private ExceptionInfo deserializeEx;163 private ExceptionInfo serializeEx;165 private ExceptionInfo defaultSerializeEx;498 new ExceptionInfo(e.classname, e.getMessage()); in ObjectStreamClass()537 deserializeEx = new ExceptionInfo(name, "enum type"); in ObjectStreamClass()539 deserializeEx = new ExceptionInfo(name, "no valid constructor"); in ObjectStreamClass()544 defaultSerializeEx = new ExceptionInfo( in ObjectStreamClass()643 deserializeEx = new ExceptionInfo( in initNonProxy()