com.hs.mail.imap.processor.fetch
Class PartContentBuilder.PartNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.mime4j.MimeException
              extended by com.hs.mail.imap.processor.fetch.PartContentBuilder.PartNotFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
PartContentBuilder

public class PartContentBuilder.PartNotFoundException
extends org.apache.james.mime4j.MimeException

See Also:
Serialized Form

Constructor Summary
PartContentBuilder.PartNotFoundException(int position)
           
PartContentBuilder.PartNotFoundException(int position, Exception e)
           
 
Method Summary
 int getPosition()
           
 
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

PartContentBuilder.PartNotFoundException

public PartContentBuilder.PartNotFoundException(int position)

PartContentBuilder.PartNotFoundException

public PartContentBuilder.PartNotFoundException(int position,
                                                Exception e)
Method Detail

getPosition

public final int getPosition()


Copyright © 2011. All Rights Reserved.