Package java.io

Class UTFDataFormatException

    • Constructor Detail

      • UTFDataFormatException

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

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