Search Results for

    Show / Hide Table of Contents

    Class ClusterGroupEmptyException

    Indicates an illegal call on empty projection. Thrown by projection when operation that requires at least one node is called on empty projection.

    Inheritance
    System.Object
    IgniteException
    ClusterGroupEmptyException
    Namespace: Apache.Ignite.Core.Cluster
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ClusterGroupEmptyException : IgniteException

    Constructors

    ClusterGroupEmptyException()

    Initializes a new instance of the ClusterGroupEmptyException class.

    Declaration
    public ClusterGroupEmptyException()

    ClusterGroupEmptyException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ClusterGroupEmptyException class.

    Declaration
    protected ClusterGroupEmptyException(SerializationInfo info, StreamingContext ctx)
    Parameters
    Type Name Description
    SerializationInfo info

    Serialization info.

    StreamingContext ctx

    Streaming context.

    ClusterGroupEmptyException(String)

    Initializes a new instance of the ClusterGroupEmptyException class.

    Declaration
    public ClusterGroupEmptyException(string msg)
    Parameters
    Type Name Description
    System.String msg

    Exception message.

    ClusterGroupEmptyException(String, Exception)

    Initializes a new instance of the ClusterGroupEmptyException class.

    Declaration
    public ClusterGroupEmptyException(string message, Exception cause)
    Parameters
    Type Name Description
    System.String message

    The message.

    Exception cause

    The cause.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation