public class MimeTypeParseException
extends java.lang.Exception
| Constructor and Description |
|---|
MimeTypeParseException()
Constructs a MimeTypeParseException with no detail message.
|
MimeTypeParseException(java.lang.String message)
MimeTypeParseException with the specified detail message.
|
MimeTypeParseException(java.lang.String message,
java.lang.String token)
Constructs a MimeTypeParseException with the specified detail message
and token in error.
|
public MimeTypeParseException()
public MimeTypeParseException(java.lang.String message)
message - the exception messagepublic MimeTypeParseException(java.lang.String message,
java.lang.String token)
message - the exception messagetoken - the token in error