Module java.base
Package java.io

Class UTFDataFormatException

    • Constructor Detail

      • UTFDataFormatException

        public UTFDataFormatException()
        Constructs aUTFDataFormatException withnull as its error detail message.
      • UTFDataFormatException

        public UTFDataFormatException​(String s)
        Constructs aUTFDataFormatException with the specified detail message. The strings can be retrieved later by theThrowable.getMessage() method of classjava.lang.Throwable.
        Parameters:
        s - the detail message.