Class MimeTypeException

All Implemented Interfaces:
Serializable

public class MimeTypeException extends TikaException
A class to encapsulate MimeType related exceptions.
See Also:
  • Constructor Details

    • MimeTypeException

      public MimeTypeException(String message)
      Constructs a MimeTypeException with the specified detail message.
      Parameters:
      message - the detail message.
    • MimeTypeException

      public MimeTypeException(String message, Throwable cause)
      Constructs a MimeTypeException with the specified detail message and root cause.
      Parameters:
      message - the detail message.
      cause - root cause