FileDocCategorySizeDatePackage
MessageSizeException.javaAPI DocApache James 2.3.11743Fri Jan 12 12:56:26 GMT 2007org.apache.james.smtpserver

MessageSizeException

public class MessageSizeException extends IOException
This exception is used to indicate when a new MimeMessage has exceeded the maximum message size for the server, as configured in the conf file.
version
0.5.1

Fields Summary
Constructors Summary
public MessageSizeException()
Sole contructor for this class. This constructor sets the exception message to a fixed error message.

        super("Message size exceeds fixed maximum message size.");
    
Methods Summary