Apama API Reference for .NET
10.0.0.2
|
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... | |
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.
Apama.EngineException.EngineException | ( | string | message | ) |
Create a simple exception with the given message.
message | The 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.
message | The exception message. |
innerException | The exception to be wrapped. |
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.