Package io.pravega.client.segment.impl
Class SegmentTruncatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.pravega.client.segment.impl.SegmentTruncatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SegmentTruncatedException extends java.io.IOExceptionThe data being read has been truncated and no longer exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SegmentTruncatedException()SegmentTruncatedException(java.lang.String string)SegmentTruncatedException(java.lang.Throwable e)
-