MimeTypeParseExceptionpublic class MimeTypeParseException extends Exception A class to encapsulate MimeType parsing related exceptions |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public MimeTypeParseException()Constructs a MimeTypeParseException with no specified detail message.
super();
| public MimeTypeParseException(String s)Constructs a MimeTypeParseException with the specified detail message.
super(s);
|
|