ConnectionException
can be thrown when there was an error establishing the connection to the underlying system.
More...
Inherits Exception.
ConnectionException
can be thrown when there was an error establishing the connection to the underlying system.
- Author
- Jaka Bobnar
◆ ConnectionException() [1/3]
de.desy.tine.accesslayer.ConnectionException.ConnectionException |
( |
String |
message | ) |
|
Constructs a new exception.
- Parameters
-
message | the message describing what went wrong |
◆ ConnectionException() [2/3]
de.desy.tine.accesslayer.ConnectionException.ConnectionException |
( |
String |
message, |
|
|
int |
err |
|
) |
| |
Constructs a new exception.
- Parameters
-
message | the message describing what went wrong |
err | the 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
-
message | the message describing what went wrong |
the | cause of this exception |
◆ getErrorStatus()
int de.desy.tine.accesslayer.ConnectionException.getErrorStatus |
( |
| ) |
|
The documentation for this class was generated from the following file: