ibi Patterns .NET API
Loading...
Searching...
No Matches
NetricsServerInterface.NetricsRecSrcException Class Reference

Exceptions thrown by record sources. More...

Public Member Functions

  NetricsRecSrcException (String desc)
  Create an exception with a description.
 
  NetricsRecSrcException (String desc, Exception cause)
  Create an exception with a description and a cause.
 

Detailed Description

Exceptions thrown by record sources.

This exceptions are thrown by classes that implement NetricsBaseRecSrc (or any of it's derived interfaces).

Constructor & Destructor Documentation

◆ NetricsRecSrcException() [1/2]

NetricsServerInterface.NetricsRecSrcException.NetricsRecSrcException ( String  desc )
inline

Create an exception with a description.

Parameters
desc The description.

◆ NetricsRecSrcException() [2/2]

NetricsServerInterface.NetricsRecSrcException.NetricsRecSrcException ( String  desc,
Exception  cause 
)
inline

Create an exception with a description and a cause.

Parameters
desc The description.
cause The cause.