Package org.apache.bookkeeper.bookie
Class ShortReadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.bookkeeper.bookie.ShortReadException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShortReadException extends java.io.IOException
Short Read Exception. Used to distinguish short read exception with otherIOException
s.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShortReadException(java.lang.String msg)
ShortReadException(java.lang.String msg, java.lang.Throwable t)
-