org.apache.james.mime4j.io
Class MaxLineLimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.james.mime4j.MimeException
                  extended by org.apache.james.mime4j.io.MaxLineLimitException
All Implemented Interfaces:
java.io.Serializable

public class MaxLineLimitException
extends MimeException

Signals a I/O error due to a line exceeding the limit on the maximum line length.

See Also:
Serialized Form

Constructor Summary
MaxLineLimitException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxLineLimitException

public MaxLineLimitException(java.lang.String message)


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.