OpenPetra
Free Administration Software for Non-Profits
Ict.Common.DB.Exceptions.EDBConnectionBrokenException Class Reference

Thrown if the DB Connection was found to be broken in the 'BeginTransaction' Methods (determined with a call to Method 'TExceptionHandler.IsExceptionCausedByUnavailableDBConnectionServerSide') AND the the one retry attempt to re-establish the broken DB Connection in those Methods didn't overcome the situation. More...

Inheritance diagram for Ict.Common.DB.Exceptions.EDBConnectionBrokenException:
Ict.Common.Exceptions.EOPDBException Ict.Common.Exceptions.EOPException

Public Member Functions

 EDBConnectionBrokenException ()
 Initializes a new instance of this Exception Class. More...
 
 EDBConnectionBrokenException (String AMessage)
 Initializes a new instance of this Exception Class with a specified error message. More...
 
 EDBConnectionBrokenException (Exception AInnerException)
 Initializes a new instance of this Exception Class with a a reference to the inner Exception that is the cause of this Exception. More...
 
 EDBConnectionBrokenException (string AMessage, Exception AInnerException)
 Initializes a new instance of this Exception Class with a specified error message and a reference to the inner Exception that is the cause of this Exception. More...
 

Detailed Description

Thrown if the DB Connection was found to be broken in the 'BeginTransaction' Methods (determined with a call to Method 'TExceptionHandler.IsExceptionCausedByUnavailableDBConnectionServerSide') AND the the one retry attempt to re-establish the broken DB Connection in those Methods didn't overcome the situation.

Constructor & Destructor Documentation

◆ EDBConnectionBrokenException() [1/4]

Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException ( )
inline

Initializes a new instance of this Exception Class.

◆ EDBConnectionBrokenException() [2/4]

Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException ( String  AMessage)
inline

Initializes a new instance of this Exception Class with a specified error message.

Parameters
AMessageThe error message that explains the reason for the Exception.

◆ EDBConnectionBrokenException() [3/4]

Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException ( Exception  AInnerException)
inline

Initializes a new instance of this Exception Class with a a reference to the inner Exception that is the cause of this Exception.

Parameters
AInnerExceptionThe Exception that is the cause of the current Exception, or a null reference if no inner Exception is specified.

◆ EDBConnectionBrokenException() [4/4]

Ict.Common.DB.Exceptions.EDBConnectionBrokenException.EDBConnectionBrokenException ( string  AMessage,
Exception  AInnerException 
)
inline

Initializes a new instance of this Exception Class with a specified error message and a reference to the inner Exception that is the cause of this Exception.

Parameters
AMessageThe error message that explains the reason for the Exception.
AInnerExceptionThe Exception that is the cause of the current Exception, or a null reference if no inner Exception is specified.

The documentation for this class was generated from the following file: