Class MimeException

All Implemented Interfaces:
Serializable

public class MimeException extends RuntimeException
This exception is thrown by methods that fail while checking a file to determine the mime types.
See Also:
  • Constructor Details

    • MimeException

      public MimeException(String message)
    • MimeException

      public MimeException(Throwable t)
    • MimeException

      public MimeException(String message, Throwable t)