Apache CXF API

org.apache.cxf.jaxrs.utils.multipart
Class MultipartReadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.cxf.jaxrs.utils.multipart.MultipartReadException
All Implemented Interfaces:
Serializable

public class MultipartReadException
extends IOException

See Also:
Serialized Form

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

MultipartReadException

public MultipartReadException(String expectedContentId,
                              String expectedContentType,
                              String errorMessage)
Method Detail

getExpectedContentId

public String getExpectedContentId()

getExpectedContentType

public String getExpectedContentType()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Apache CXF API

Apache CXF