Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-.NET | API-Java | Examples | Downloads
page generated on 31.05.2023 - 04:45
Public Member Functions | List of all members
de.desy.tine.accesslayer.ConnectionException Class Reference

ConnectionException can be thrown when there was an error establishing the connection to the underlying system. More...

Inherits Exception.

Public Member Functions

 ConnectionException (String message)
 Constructs a new exception. More...
 
 ConnectionException (String message, int err)
 Constructs a new exception. More...
 
 ConnectionException (String message, Throwable cause)
 Constructs a new exception. More...
 
int getErrorStatus ()
 

Detailed Description

ConnectionException can be thrown when there was an error establishing the connection to the underlying system.

Author
Jaka Bobnar

Constructor & Destructor Documentation

◆ ConnectionException() [1/3]

de.desy.tine.accesslayer.ConnectionException.ConnectionException ( String  message)

Constructs a new exception.

Parameters
messagethe message describing what went wrong

◆ ConnectionException() [2/3]

de.desy.tine.accesslayer.ConnectionException.ConnectionException ( String  message,
int  err 
)

Constructs a new exception.

Parameters
messagethe message describing what went wrong
errthe error code describing the type of the error

◆ ConnectionException() [3/3]

de.desy.tine.accesslayer.ConnectionException.ConnectionException ( String  message,
Throwable  cause 
)

Constructs a new exception.

Parameters
messagethe message describing what went wrong
thecause of this exception

Member Function Documentation

◆ getErrorStatus()

int de.desy.tine.accesslayer.ConnectionException.getErrorStatus ( )
See also
TErrorList::toString(int)
Returns
the code of the error that caused the exception

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