Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.util.mime.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException extends Exception
Since:
1.3
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.