Class UndefinedClusterViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.discovery.base.commons.UndefinedClusterViewException
- All Implemented Interfaces:
Serializable
This exception is thrown when the ClusterViewService
does not have a cluster view that is valid.
That can either be because it cannot access the repository
(login or other repository exception) or that there is
no established view yet at all (not yet voted case) -
or that there is an established view but it doesn't include
the local instance (isolated case)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndefinedClusterViewException
-
UndefinedClusterViewException
-
-
Method Details
-
getReason
-