Package org.apache.james.mime4j.io
Class MaxLineLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.james.mime4j.io.MaxLineLimitException
-
- All Implemented Interfaces:
Serializable
public class MaxLineLimitException extends IOException
Signals an I/O error due to a line exceeding the limit on the maximum line length.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxLineLimitException(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
-
MaxLineLimitException
public MaxLineLimitException(String message)
-
-