org.apache.james.smtpserver
Class MessageSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.james.smtpserver.MessageSizeException
All Implemented Interfaces:
Serializable

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
See Also:
Serialized Form

Constructor Summary
MessageSizeException()
          Sole contructor for this class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

MessageSizeException

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



"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."