|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException portal.core.upload.MultipartStream.IllegalBoundaryException
Thrown upon attempt of setting an invalid boundary token.
Constructor Summary | |
MultipartStream.IllegalBoundaryException()
Constructs an IllegalBoundaryException with no
detail message. |
|
MultipartStream.IllegalBoundaryException(java.lang.String message)
Constructs an IllegalBoundaryException with
the specified detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultipartStream.IllegalBoundaryException()
IllegalBoundaryException
with no
detail message.
public MultipartStream.IllegalBoundaryException(java.lang.String message)
IllegalBoundaryException
with
the specified detail message.
message
- The detail message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |