Module java.base
Package java.io

Class UTFDataFormatException

    • Constructor Detail

      • UTFDataFormatException

        public UTFDataFormatException​()
        Constructs a UTFDataFormatException with null as its error detail message.
      • UTFDataFormatException

        public UTFDataFormatException​(String s)
        Constructs a UTFDataFormatException with the specified detail message. The string s can be retrieved later by the Throwable.getMessage() method of class java.lang.Throwable.
        Parameters:
        s - the detail message.