public static class MultipartFormInputStream.IllegalBoundaryException extends IOException
| Constructor and Description |
|---|
MultipartFormInputStream.IllegalBoundaryException()
Constructs an
IllegalBoundaryException with no detail message. |
MultipartFormInputStream.IllegalBoundaryException(String message)
Constructs an
IllegalBoundaryException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipartFormInputStream.IllegalBoundaryException()
IllegalBoundaryException with no detail message.public MultipartFormInputStream.IllegalBoundaryException(String message)
IllegalBoundaryException with the specified detail message.message - The detail message.Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.