Class ClusterGroupEmptyException

  • All Implemented Interfaces:
    Serializable

    public class ClusterGroupEmptyException
    extends ClusterTopologyException
    This exception defines illegal call on empty cluster group. Thrown by cluster group when operation that requires at least one node is called on empty cluster group.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterGroupEmptyException

        public ClusterGroupEmptyException()
        Creates new exception with default error message.
      • ClusterGroupEmptyException

        public ClusterGroupEmptyException​(String msg)
        Creates new exception with given error message.
        Parameters:
        msg - Error message.
      • ClusterGroupEmptyException

        public ClusterGroupEmptyException​(String msg,
                                          @Nullable
                                          @Nullable Throwable cause)
        Creates a new exception with given error message and optional nested cause exception.
        Parameters:
        msg - Error message.
        cause - Optional nested exception (can be null).