|
|||||||||||
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.MalformedStreamException
Thrown to indicate that the input stream fails to follow the required syntax.
Constructor Summary | |
MultipartStream.MalformedStreamException()
Constructs a MalformedStreamException with no
detail message. |
|
MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException 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.MalformedStreamException()
MalformedStreamException
with no
detail message.
public MultipartStream.MalformedStreamException(java.lang.String message)
MalformedStreamException
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 |