Class MSException.NoEntriesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.bookkeeper.metastore.MSException
org.apache.bookkeeper.metastore.MSException.NoEntriesException
All Implemented Interfaces:
Serializable
Enclosing class:
MSException

public static class MSException.NoEntriesException extends MSException
Exception would be thrown in a cursor if no entries found.
See Also:
  • Constructor Details

    • NoEntriesException

      public NoEntriesException(String errMsg)
    • NoEntriesException

      public NoEntriesException(String errMsg, Throwable cause)