Class MimeTypeParseException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-07-29") public class MimeTypeParseException extends RuntimeException
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
An alternative to JAF's MimeTypeParseException that extends RuntimeException so we don't have to explicitly catch it everywhere.
See Also:
  • Constructor Details

    • MimeTypeParseException

      public MimeTypeParseException(javax.activation.MimeTypeParseException cause)
      Deprecated.