Package java.io

Class StreamCorruptedException

    • Constructor Detail

      • StreamCorruptedException

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

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