Class IllegalMultipartFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.soklet.exception.BadRequestException
com.soklet.exception.IllegalMultipartFieldException
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalMultipartFieldException
(String message, MultipartField multipartField) IllegalMultipartFieldException
(String message, Throwable cause, MultipartField multipartField) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalMultipartFieldException
public IllegalMultipartFieldException(@Nullable String message, @Nonnull MultipartField multipartField) -
IllegalMultipartFieldException
public IllegalMultipartFieldException(@Nullable String message, @Nullable Throwable cause, @Nonnull MultipartField multipartField)
-
-
Method Details
-
getMultipartField
-