javax.activation

Class MimeTypeParseException

public class MimeTypeParseException extends Exception

Exception thrown to indicate a malformed MIME content type.
Constructor Summary
MimeTypeParseException()
Constructs a MimeTypeParseException with no detail message.
MimeTypeParseException(String message)
MimeTypeParseException with the specified detail message.

Constructor Detail

MimeTypeParseException

public MimeTypeParseException()
Constructs a MimeTypeParseException with no detail message.

MimeTypeParseException

public MimeTypeParseException(String message)
MimeTypeParseException with the specified detail message.

Parameters: message the exception message