org.apache.james.smtpserver
Class MessageSizeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.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
Author:
Matthew Pangaro
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-2002 Apache Jakarta Project. All Rights Reserved."