Spring GemFire 1.0.1 API Reference

GemFireSystemException Constructor

Creates a new instance of the GemFireSystemException class with the specified message and root cause.

[Visual Basic]
Public Overloads Sub New( _
   ByVal message As String, _
   ByVal rootCause As Exception _
)
[C#]
GemFireSystemException(
   string message,
   Exception rootCause
);

Parameters

message
A message about the exception.
rootCause
The root exception that is being wrapped.

See Also

GemFireSystemException Class | Spring.Data.GemFire Namespace | GemFireSystemException Constructor Overload List