org.apache.struts.upload

Class ContentLengthExceededException


public class ContentLengthExceededException
extends IOException

This exception is thrown when multipart post data exceeds the value given by the Content-Length header

Field Summary

protected String
message

Constructor Summary

ContentLengthExceededException()
ContentLengthExceededException(long contentLength)

Method Summary

String
getMessage()

Field Details

message

protected String message

Constructor Details

ContentLengthExceededException

public ContentLengthExceededException()

ContentLengthExceededException

public ContentLengthExceededException(long contentLength)

Method Details

getMessage

public String getMessage()

Copyright B) 2000-2007 - The Apache Software Foundation