Class DiskChecker.DiskException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.bookkeeper.util.DiskChecker.DiskException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiskChecker.DiskErrorException, DiskChecker.DiskOutOfSpaceException, DiskChecker.DiskWarnThresholdException
Enclosing class:
DiskChecker

public abstract static class DiskChecker.DiskException extends IOException
A general marker for disk-related exceptions.
See Also:
  • Constructor Details

    • DiskException

      public DiskException(String msg)