Class UndefinedClusterViewException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.discovery.base.commons.UndefinedClusterViewException
All Implemented Interfaces:
Serializable

public class UndefinedClusterViewException extends Exception
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: