|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.distributor.ServerConnectionException
public class ServerConnectionException
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
java.lang.Throwable[] |
getSourceExceptions()
Returns property SourceExceptions |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
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 problem
public 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 problem
public ServerConnectionException(java.lang.String pStr,
java.lang.Throwable[] pSourceExceptions)
pSourceExceptions - the initial exceptions which were the root
cause of the problem| Method Detail |
|---|
public java.lang.Throwable[] getSourceExceptions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||