public class ServerConnectionException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ServerConnectionException()
Constructs a new ServerConnectionException.
|
ServerConnectionException(java.lang.String pStr)
Constructs a new ServerConnectionException with the given
explanation.
|
ServerConnectionException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ServerConnectionException with the given explanation.
|
ServerConnectionException(java.lang.String pStr,
java.lang.Throwable[] pSourceExceptions)
Constructs a new ServerConnectionException with the given explanation.
|
ServerConnectionException(java.lang.Throwable pSourceException)
Constructs a new ServerConnectionException.
|
ServerConnectionException(java.lang.Throwable[] pSourceExceptions)
Constructs a new ServerConnectionException.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable[] |
getSourceExceptions()
Returns property SourceExceptions
|
public ServerConnectionException()
public ServerConnectionException(java.lang.String pStr)
public ServerConnectionException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ServerConnectionException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ServerConnectionException(java.lang.Throwable[] pSourceExceptions)
pSourceExceptions - the initial exceptions which were the root
cause of the problempublic ServerConnectionException(java.lang.String pStr,
java.lang.Throwable[] pSourceExceptions)
pSourceExceptions - the initial exceptions which were the root
cause of the problem