Package com.helger.web.multipart
Class MultipartIllegalBoundaryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.helger.web.multipart.MultipartIllegalBoundaryException
-
- All Implemented Interfaces:
Serializable
public class MultipartIllegalBoundaryException extends IOException
Thrown upon attempt of setting an invalid boundary token.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipartIllegalBoundaryException(String sMsg)Constructs anIllegalBoundaryExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipartIllegalBoundaryException
public MultipartIllegalBoundaryException(String sMsg)
Constructs anIllegalBoundaryExceptionwith the specified detail message.- Parameters:
sMsg- The detail message.
-
-