public class NimbusLeaderNotFoundException extends RuntimeException
This exception class is used to signify a problem with nimbus leader identification. It should not be used when connection failures happen, but only when successful operations result in the absence of an identified leader.
Constructor and Description |
---|
NimbusLeaderNotFoundException() |
NimbusLeaderNotFoundException(String msg) |
NimbusLeaderNotFoundException(String msg,
Throwable cause) |
NimbusLeaderNotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2022 The Apache Software Foundation. All rights reserved.