public static class MultipartStream.IllegalBoundaryException
extends java.io.IOException
Thrown upon attempt of setting an invalid boundary token.
| Constructor and Description |
|---|
IllegalBoundaryException()
Constructs an
IllegalBoundaryException with no detail message. |
IllegalBoundaryException(java.lang.String message)
Constructs an
IllegalBoundaryException with the specified detail message. |
public IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.
public IllegalBoundaryException(java.lang.String message)
Constructs an IllegalBoundaryException with the specified detail message.
message - The detail message.Copyright © 2014–2017 ActFramework. All rights reserved.