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
148 private static class ExceptionInfo { class in ObjectStreamClass152 ExceptionInfo(String cn, String msg) { in ExceptionInfo() method in ObjectStreamClass.ExceptionInfo170 private ExceptionInfo deserializeEx;172 private ExceptionInfo serializeEx;174 private ExceptionInfo defaultSerializeEx;519 new ExceptionInfo(e.classname, e.getMessage()); in ObjectStreamClass()561 deserializeEx = new ExceptionInfo(name, "enum type"); in ObjectStreamClass()563 deserializeEx = new ExceptionInfo(name, "no valid constructor"); in ObjectStreamClass()567 deserializeEx = new ExceptionInfo(name, "record canonical constructor not found"); in ObjectStreamClass()571 defaultSerializeEx = new ExceptionInfo( in ObjectStreamClass()[all …]