Class MimeTypeParseException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-07-29")
    public class MimeTypeParseException
    extends java.lang.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MimeTypeParseException​(javax.activation.MimeTypeParseException cause)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MimeTypeParseException

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