Search Results for

    Show / Hide Table of Contents

    Class IgniteException

    General Ignite exception. Indicates any error condition within Ignite.

    Inheritance
    System.Object
    IgniteException
    BinaryObjectException
    CacheEntryProcessorException
    CacheException
    IgniteClientException
    ClusterGroupEmptyException
    ClusterTopologyException
    ClientDisconnectedException
    IgniteFutureCancelledException
    IgniteIllegalStateException
    JavaException
    ComputeExecutionRejectedException
    ComputeJobFailoverException
    ComputeTaskCancelledException
    ComputeTaskTimeoutException
    ComputeUserUndeclaredException
    ServiceDeploymentException
    ServiceInvocationException
    TransactionDeadlockException
    TransactionHeuristicException
    TransactionOptimisticException
    TransactionRollbackException
    TransactionTimeoutException
    Namespace: Apache.Ignite.Core.Common
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class IgniteException : Exception

    Constructors

    IgniteException()

    Initializes a new instance of the IgniteException class.

    Declaration
    public IgniteException()

    IgniteException(SerializationInfo, StreamingContext)

    Initializes a new instance of the IgniteException class.

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

    Serialization information.

    StreamingContext ctx

    Streaming context.

    IgniteException(String)

    Initializes a new instance of the IgniteException class.

    Declaration
    public IgniteException(string message)
    Parameters
    Type Name Description
    System.String message

    The message that describes the error.

    IgniteException(String, Exception)

    Initializes a new instance of the IgniteException class.

    Declaration
    public IgniteException(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