Package org.apache.james.mime4j.io
Class MaxHeaderLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.james.mime4j.MimeException
-
- org.apache.james.mime4j.io.MaxHeaderLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class MaxHeaderLimitException extends MimeException
Signals a I/O error due to the header count exceeding the maximum limit.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MaxHeaderLimitException(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-