org.apache.struts.upload

Class MaxLengthExceededException


public class MaxLengthExceededException
extends IOException

This exception is thrown when multipart post data exceeds the maximum value set

Field Summary

protected String
message

Constructor Summary

MaxLengthExceededException()
MaxLengthExceededException(long maxLength)

Method Summary

String
getMessage()

Field Details

message

protected String message

Constructor Details

MaxLengthExceededException

public MaxLengthExceededException()

MaxLengthExceededException

public MaxLengthExceededException(long maxLength)

Method Details

getMessage

public String getMessage()

Copyright B) 2000-2007 - The Apache Software Foundation