atg.distributor
Class ServerConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.distributor.ServerConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ServerConnectionException
extends java.lang.Exception

See Also:
Serialized Form

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

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

ServerConnectionException

public ServerConnectionException()
Constructs a new ServerConnectionException.


ServerConnectionException

public ServerConnectionException(java.lang.String pStr)
Constructs a new ServerConnectionException with the given explanation.


ServerConnectionException

public ServerConnectionException(java.lang.Throwable pSourceException)
Constructs a new ServerConnectionException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

ServerConnectionException

public ServerConnectionException(java.lang.String pStr,
                                 java.lang.Throwable pSourceException)
Constructs a new ServerConnectionException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

ServerConnectionException

public ServerConnectionException(java.lang.Throwable[] pSourceExceptions)
Constructs a new ServerConnectionException.

Parameters:
pSourceExceptions - the initial exceptions which were the root cause of the problem

ServerConnectionException

public ServerConnectionException(java.lang.String pStr,
                                 java.lang.Throwable[] pSourceExceptions)
Constructs a new ServerConnectionException with the given explanation.

Parameters:
pSourceExceptions - the initial exceptions which were the root cause of the problem
Method Detail

getSourceExceptions

public java.lang.Throwable[] getSourceExceptions()
Returns property SourceExceptions