Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.EngineException Class Reference

Exception class used for communications failure and other serious errors in any layer of the Apama engine client API stack. More...

Inherits Apama.Util.ApamaException.

Public Member Functions

 EngineException (string message)
 Create a simple exception with the given message. More...
 
 EngineException (string message, System.Exception innerException)
 Create an exception with the given message and a reference to an inner exception that caused it. More...
 
string[] GetWarnings ()
 Get an array of warnings which might have been returned along with the error. Used by the InjectMonitorScript(), injectCDP() and InjectJava() methods on EngineManagement and the various inject methods on the EngineClient. More...
 
- Public Member Functions inherited from Apama.Util.ApamaException
 ApamaException (string message)
 Create a simple exception with the given message. More...
 
 ApamaException (Exception exception)
 Create a compound exception that references the given exception. More...
 
 ApamaException (string message, Exception exception)
 Create a compound exception with the given message and that references the given exception. More...
 

Detailed Description

Exception class used for communications failure and other serious errors in any layer of the Apama engine client API stack.

From Apama 5.0 onwards this exception subclasses ApamaException.

Constructor & Destructor Documentation

Apama.EngineException.EngineException ( string  message)

Create a simple exception with the given message.

Parameters
messageThe exception message.
Apama.EngineException.EngineException ( string  message,
System.Exception  innerException 
)

Create an exception with the given message and a reference to an inner exception that caused it.

Parameters
messageThe exception message.
innerExceptionThe exception to be wrapped.

Member Function Documentation

string [] Apama.EngineException.GetWarnings ( )

Get an array of warnings which might have been returned along with the error. Used by the InjectMonitorScript(), injectCDP() and InjectJava() methods on EngineManagement and the various inject methods on the EngineClient.

Returns
An array of the warning strings associated with this exception.
Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.