org.yenc
Class MissingPartsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.yenc.YEncException
                    |
                    +--org.yenc.MissingPartsException

public class MissingPartsException
extends YEncException

Thrown to indicate that some parts of a multipart archive are missing.

Author:
Luis Parravicini
See Also:
Serialized Form

Constructor Summary
MissingPartsException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingPartsException

public MissingPartsException(java.lang.String s)