com.hs.mail.io
Class MessageSizeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.hs.mail.io.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.
 
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 © 2011. All Rights Reserved.