Class ClusterGroupEmptyCheckedException

  • All Implemented Interfaces:
    Serializable

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

      • ClusterGroupEmptyCheckedException

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

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

        public ClusterGroupEmptyCheckedException​(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).