[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/io/InvalidObjectException.html [Back]  [Original]

InvalidObjectException (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Constructor Summary
  3. Method Summary
  4. Constructor Details
    1. InvalidObjectException(String)
    2. InvalidObjectException(String, Throwable)

Class InvalidObjectException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidObjectException extends ObjectStreamException
Indicates that one or more deserialized objects failed validation tests. The argument should provide the reason for the failure.
Since:
1.1
See Also:


Web Proxy Viewer  |  New URL  |  Original Page