⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.activation

Class MimeTypeParseException

Exception
|
+--javax.activation.MimeTypeParseException


public class MimeTypeParseException
extends Exception

Exception thrown to indicate a malformed MIME content type.
Author:

Constructor Summary

MimeTypeParseException()

Constructs a MimeTypeParseException with no detail message.

MimeTypeParseException(String message)

MimeTypeParseException with the specified detail message.

Constructor Details

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