Class MimeParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.multipart.MimeParsingException
- All Implemented Interfaces:
Serializable
MIME Parsing exception.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionCreates a new exception.MimeParsingException(String message)
Creates a new exception with the specifiedmessage
.MimeParsingException(String message, Throwable cause)
Creates a new exception with the specifiedmessage
andThrowable
.MimeParsingException(Throwable cause)
Creates a new exception with the specifiedThrowable
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MimeParsingException
public MimeParsingException()Creates a new exception. -
MimeParsingException
Creates a new exception with the specifiedmessage
. -
MimeParsingException
Creates a new exception with the specifiedThrowable
. -
MimeParsingException
Creates a new exception with the specifiedmessage
andThrowable
.
-