Module java.base
Package java.io

Class InvalidObjectException

    • Constructor Detail

      • InvalidObjectException

        public InvalidObjectException​(String reason)
        Constructs an InvalidObjectException.
        Parameters:
        reason - Detailed message explaining the reason for the failure.
        See Also:
        ObjectInputValidation