Class ShortReadException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.bookkeeper.bookie.ShortReadException
All Implemented Interfaces:
Serializable

public class ShortReadException extends IOException
Short Read Exception. Used to distinguish short read exception with other IOExceptions.
See Also:
  • Constructor Details

    • ShortReadException

      public ShortReadException(String msg)
    • ShortReadException

      public ShortReadException(String msg, Throwable t)