Package com.emc.mongoose.base.data
Class DataSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.emc.mongoose.base.data.DataVerificationException
-
- com.emc.mongoose.base.data.DataSizeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DataSizeException extends DataVerificationException
Created by andrey on 26.06.15.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataSizeException(long expected, long actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetExpected()-
Methods inherited from class com.emc.mongoose.base.data.DataVerificationException
getOffset
-
-