Package 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
-
-
Constructor Summary
Constructors Constructor Description MaxHeaderLengthLimitException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MaxHeaderLengthLimitException
public MaxHeaderLengthLimitException(String message)
-
-