OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
OperationException Class Reference

Public Member Functions

 OperationException (const char *source, const char *message)
 OperationException (const char *source, const char *host, int port, const char *message)
Public Member Functions inherited from Exception
 Exception (const char *method_name, const char *message)
 Exception (const Exception &)
 ~Exception () throw ()
Exceptionoperator= (const Exception &)
const char * what () const throw ()
void touch (const char *method_name)

Detailed Description

Definition at line 121 of file Exception.h.

Constructor & Destructor Documentation

◆ OperationException() [1/2]

OperationException ( const char * source,
const char * message )

Constructor.

◆ OperationException() [2/2]

OperationException ( const char * source,
const char * host,
int port,
const char * message )

Constructor that accepts host and port information.