Class BookieAddressResolver.BookieIdNotResolvedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    BookieAddressResolver

    public static class BookieAddressResolver.BookieIdNotResolvedException
    extends java.lang.RuntimeException
    This error happens when there is not enough information to resolve a BookieId to a BookieSocketAddress, this can happen when the Bookie is down and it is not publishing its EndpointInfo.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BookieId getBookieId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BookieIdNotResolvedException

        public BookieIdNotResolvedException​(BookieId bookieId,
                                            java.lang.Throwable cause)
    • Method Detail

      • getBookieId

        public BookieId getBookieId()