Apache Ignite.NET
Apache.Ignite.Core.Common.JavaException Class Reference

Indicates an error on Java side and contains full Java stack trace. More...

Inheritance diagram for Apache.Ignite.Core.Common.JavaException:
Apache.Ignite.Core.Common.IgniteException

Public Member Functions

 JavaException ()
 Initializes a new instance of the JavaException class. More...
 
 JavaException (string message)
 Initializes a new instance of the JavaException class. More...
 
 JavaException (string javaClassName, string javaMessage, string stackTrace)
 Initializes a new instance of the JavaException class. More...
 
 JavaException (string javaClassName, string javaMessage, string stackTrace, Exception cause)
 Initializes a new instance of the JavaException class. More...
 
 JavaException (string message, Exception cause)
 Initializes a new instance of the JavaException class. More...
 
override void GetObjectData (SerializationInfo info, StreamingContext context)
 When overridden in a derived class, sets the SerializationInfo with information about the exception. More...
 
- Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException ()
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message)
 Initializes a new instance of the IgniteException class. More...
 
 IgniteException (string message, Exception cause)
 Initializes a new instance of the IgniteException class. More...
 

Protected Member Functions

 JavaException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the JavaException class. More...
 
- Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException
 IgniteException (SerializationInfo info, StreamingContext ctx)
 Initializes a new instance of the IgniteException class. More...
 

Properties

string JavaClassName [get]
 Gets the Java exception class name. More...
 
string JavaMessage [get]
 Gets the Java exception message. More...
 

Detailed Description

Constructor & Destructor Documentation

Apache.Ignite.Core.Common.JavaException.JavaException ( )
Apache.Ignite.Core.Common.JavaException.JavaException ( string  message)
Parameters
messageThe message that describes the error.
Apache.Ignite.Core.Common.JavaException.JavaException ( string  javaClassName,
string  javaMessage,
string  stackTrace 
)
Parameters
javaClassNameJava exception class name.
javaMessageJava exception message.
stackTraceJava stack trace.
Apache.Ignite.Core.Common.JavaException.JavaException ( string  javaClassName,
string  javaMessage,
string  stackTrace,
Exception  cause 
)
Parameters
javaClassNameJava exception class name.
javaMessageJava exception message.
stackTraceJava stack trace.
causeThe cause.
Apache.Ignite.Core.Common.JavaException.JavaException ( string  message,
Exception  cause 
)
Parameters
messageThe message.
causeThe cause.
Apache.Ignite.Core.Common.JavaException.JavaException ( SerializationInfo  info,
StreamingContext  ctx 
)
protected
Parameters
infoSerialization information.
ctxStreaming context.

Member Function Documentation

override void Apache.Ignite.Core.Common.JavaException.GetObjectData ( SerializationInfo  info,
StreamingContext  context 
)
Parameters
infoThe SerializationInfo that holds the serialized object data about the exception being thrown.
contextThe StreamingContext that contains contextual information about the source or destination.

Property Documentation

string Apache.Ignite.Core.Common.JavaException.JavaClassName
get
string Apache.Ignite.Core.Common.JavaException.JavaMessage
get