org.yenc
Class SizeException

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

public class SizeException
extends YEncException

Thrown to indicate a difference in the expected file size. This can happen for a part of a multipart archive or for the total size of a file when the total number of bytes written is different from the size in the headers.

Author:
Luis Parravicini
See Also:
Serialized Form

Constructor Summary
SizeException(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

SizeException

public SizeException(java.lang.String s)