- All Implemented Interfaces:
- java.io.Serializable
public class UndefinedClusterViewException
extends java.lang.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:
- Serialized Form