Package java.io

Class NotSerializableException

    • Constructor Detail

      • NotSerializableException

        public NotSerializableException()
        Constructs a new NotSerializableException with its stack trace filled in.
      • NotSerializableException

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