org.apache.james.mime4j.io
Class MaxHeaderLengthLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.james.mime4j.MimeException
org.apache.james.mime4j.io.MaxHeaderLengthLimitException
- All Implemented Interfaces:
- Serializable
public class MaxHeaderLengthLimitException
- extends MimeException
Signals a I/O error due to the total header length exceeding the maximum limit.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MaxHeaderLengthLimitException
public MaxHeaderLengthLimitException(String message)
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.