Search Results for

    Show / Hide Table of Contents

    Class CacheEntryProcessorException

    An exception to indicate a problem occurred attempting to execute an ICacheEntryProcessor<TK, TV, TArg, TRes> against an entry.

    Inheritance
    System.Object
    IgniteException
    CacheEntryProcessorException
    Namespace: Apache.Ignite.Core.Cache
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class CacheEntryProcessorException : IgniteException

    Constructors

    CacheEntryProcessorException()

    Initializes a new instance of the CacheEntryProcessorException class.

    Declaration
    public CacheEntryProcessorException()

    CacheEntryProcessorException(Exception)

    Initializes a new instance of the CacheEntryProcessorException class.

    Declaration
    public CacheEntryProcessorException(Exception innerException)
    Parameters
    Type Name Description
    Exception innerException

    The inner exception.

    CacheEntryProcessorException(SerializationInfo, StreamingContext)

    Initializes a new instance of the CacheEntryProcessorException class.

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

    Serialization information.

    StreamingContext ctx

    Streaming context.

    CacheEntryProcessorException(String)

    Initializes a new instance of the CacheEntryProcessorException class.

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

    The message that describes the error.

    CacheEntryProcessorException(String, Exception)

    Initializes a new instance of the CacheEntryProcessorException class.

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