Apama API Reference for .NET (DEPRECATED)  10.15.6.4
Apama.Util.ApamaException Class Reference

A base class for Apama exceptions that callers may wish to catch. More...

Inherits ApplicationException.

Inherited by Apama.EngineException.

Public Member Functions

 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

A base class for Apama exceptions that callers may wish to catch.

Constructor & Destructor Documentation

◆ ApamaException() [1/3]

Apama.Util.ApamaException.ApamaException ( string  message)

Create a simple exception with the given message.

Parameters
messagethe message for the new exception.

◆ ApamaException() [2/3]

Apama.Util.ApamaException.ApamaException ( Exception  exception)

Create a compound exception that references the given exception.

Parameters
exceptionThe exception to be wrapped.

◆ ApamaException() [3/3]

Apama.Util.ApamaException.ApamaException ( string  message,
Exception  exception 
)

Create a compound exception with the given message and that references the given exception.

Parameters
messageThe message for the new exception.
exceptionThe exception to be wrapped.