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:
java.io.Serializable

public class MessageSizeException
extends java.io.IOException

This exceptions 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()
          Default constructor that sets the message indicating message size error.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageSizeException

public MessageSizeException()
Default constructor that sets the message indicating message size error.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.