Package java.io

Class ObjectStreamException

    • Constructor Detail

      • ObjectStreamException

        protected ObjectStreamException()
        Constructs a new ObjectStreamException with its stack trace filled in.
      • ObjectStreamException

        protected ObjectStreamException​(String detailMessage)
        Constructs a new ObjectStreamException with its stack trace and detail message filled in.
        Parameters:
        detailMessage - the detail message for this exception.