mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8234781: Update description of InvalidClassException to include more conditions
Reviewed-by: alanb, chegar
This commit is contained in:
parent
725449932b
commit
6cd20759b6
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ package java.io;
|
|||
* descriptor read from the stream
|
||||
* <LI> The class contains unknown datatypes
|
||||
* <LI> The class does not have an accessible no-arg constructor
|
||||
* <LI> The ObjectStreamClass of an enum constant does not represent
|
||||
* an enum type
|
||||
* <LI> Other conditions given in the <cite>Java Object Serialization
|
||||
* Specification</cite>
|
||||
* </UL>
|
||||
*
|
||||
* @author unascribed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue