Class MimeParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.multipart.MimeParsingException
All Implemented Interfaces:
Serializable

public final class MimeParsingException extends RuntimeException
MIME Parsing exception.
See Also:
  • Constructor Details

    • MimeParsingException

      public MimeParsingException()
      Creates a new exception.
    • MimeParsingException

      public MimeParsingException(String message)
      Creates a new exception with the specified message.
    • MimeParsingException

      public MimeParsingException(Throwable cause)
      Creates a new exception with the specified Throwable.
    • MimeParsingException

      public MimeParsingException(String message, Throwable cause)
      Creates a new exception with the specified message and Throwable.