Class MultipartStream.IllegalBoundaryException

    • Constructor Detail

      • IllegalBoundaryException

        public IllegalBoundaryException()
        Constructs an IllegalBoundaryException with no detail message.
      • IllegalBoundaryException

        public IllegalBoundaryException​(String message)
        Constructs an IllegalBoundaryException with the specified detail message.
        Parameters:
        message - The detail message.