Package org.apache.storm.utils
Class NimbusLeaderNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.storm.utils.NimbusLeaderNotFoundException
- All Implemented Interfaces:
- Serializable
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.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NimbusLeaderNotFoundExceptionpublic NimbusLeaderNotFoundException()
- 
NimbusLeaderNotFoundException
- 
NimbusLeaderNotFoundException
- 
NimbusLeaderNotFoundException
 
-