org.apache.james.mime4j.io
Class MaxHeaderLengthLimitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.mime4j.MimeException
              extended by org.apache.james.mime4j.io.MaxHeaderLengthLimitException
All Implemented Interfaces:
java.io.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
MaxHeaderLengthLimitException(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

MaxHeaderLengthLimitException

public MaxHeaderLengthLimitException(java.lang.String message)


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