Package de.xima.fc.http
Class ContentDispositionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.http.ContentDispositionParseException
- All Implemented Interfaces:
Serializable
Exception thrown by
ContentDisposition
when a value cannot be parsed.- Since:
- 8.0.2
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentDispositionParseException
(String message) Creates a new parse exception with the given details.ContentDispositionParseException
(String message, Throwable cause) Creates a new parse exception with the given details.Creates a new parse exception with the given details. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContentDispositionParseException
Creates a new parse exception with the given details.- Parameters:
message
- A detailed message describing the error.
-
ContentDispositionParseException
Creates a new parse exception with the given details.- Parameters:
message
- A detailed message describing the error.cause
- The underlying cause of the error.
-
ContentDispositionParseException
Creates a new parse exception with the given details.- Parameters:
cause
- The underlying cause of the error.
-