Home
last modified time | relevance | path

Searched refs:newInvalidClassException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java146 InvalidClassException newInvalidClassException() { in newInvalidClassException() method in ObjectStreamClass.ExceptionInfo
757 throw deserializeEx.newInvalidClassException(); in checkDeserialize()
768 throw serializeEx.newInvalidClassException(); in checkSerialize()
781 throw defaultSerializeEx.newInvalidClassException(); in checkDefaultSerialize()