Search Results for

    Show / Hide Table of Contents

    Class ComputeUserUndeclaredException

    This exception is thrown when user's code throws undeclared runtime exception. By user core it is assumed the code in Ignite task, Ignite job or SPI. In most cases it should be an indication of unrecoverable error condition such as assertion, out of memory error, etc.

    Inheritance
    System.Object
    IgniteException
    ComputeUserUndeclaredException
    Namespace: Apache.Ignite.Core.Compute
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public class ComputeUserUndeclaredException : IgniteException

    Constructors

    ComputeUserUndeclaredException()

    Initializes a new instance of the ComputeUserUndeclaredException class.

    Declaration
    public ComputeUserUndeclaredException()

    ComputeUserUndeclaredException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ComputeUserUndeclaredException class.

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

    Serialization information.

    StreamingContext ctx

    Streaming context.

    ComputeUserUndeclaredException(String)

    Initializes a new instance of the ComputeUserUndeclaredException class.

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

    The message that describes the error.

    ComputeUserUndeclaredException(String, Exception)

    Initializes a new instance of the ComputeUserUndeclaredException class.

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