Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.commons.fileupload.util.mime.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
final class ParseException extends java.lang.Exception
- Since:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
The UID to use when serializing this instance.
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String message)
Constructs a new exception with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The UID to use when serializing this instance.- See Also:
- Constant Field Values
-
-