public static class MultipartStream.IllegalBoundaryException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The UID to use when serializing this instance.
|
| Constructor and Description |
|---|
IllegalBoundaryException()
Constructs an
IllegalBoundaryException with no
detail message. |
IllegalBoundaryException(java.lang.String message)
Constructs an
IllegalBoundaryException with
the specified detail message. |
private static final long serialVersionUID
public IllegalBoundaryException()
IllegalBoundaryException with no
detail message.public IllegalBoundaryException(java.lang.String message)
IllegalBoundaryException with
the specified detail message.message - The detail message.