org.apache.james.smtpserver
Class MessageSizeException

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

public class MessageSizeException
extends java.io.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.
 
Method Summary
 
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 © 2002-2007 The Apache Software Foundation. All Rights Reserved.