com.hs.mail.io
Class MessageSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageSizeException
public MessageSizeException()
- Sole contructor for this class. This constructor sets
the exception message to a fixed error message.
Copyright © 2011. All Rights Reserved.