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