|
Apache CXF API | |||||||||
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 org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
public class MultipartReadException
Constructor Summary | |
---|---|
MultipartReadException(String expectedContentId,
String expectedContentType,
String errorMessage)
|
Method Summary | |
---|---|
String |
getExpectedContentId()
|
String |
getExpectedContentType()
|
String |
getMessage()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 MultipartReadException(String expectedContentId, String expectedContentType, String errorMessage)
Method Detail |
---|
public String getExpectedContentId()
public String getExpectedContentType()
public String getMessage()
getMessage
in class Throwable
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |