org.apache.james.mailboxmanager.torque
Class PartContentBuilder.PartNotFoundException

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.mailboxmanager.torque.PartContentBuilder.PartNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PartContentBuilder

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

See Also:
Serialized Form

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

getPosition

public final int getPosition()


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