com.ibm.dse.tools.workbench.base
Class RpConnectionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.RepositoryException
                          |
                          +--com.ibm.dse.tools.workbench.base.RpConnectionException
Direct Known Subclasses:
RpUserIdentificationException

public class RpConnectionException
extends RepositoryException

The class RpConnectionException is the base class for all the specific exceptions thrown by the Development Workbench when tries to connect to the repository. These exceptions must be caught by applications

See Also:
Serialized Form

Constructor Summary
RpConnectionException()
          Constructs a RpConnectionException with no specified detail message.
RpConnectionException(java.lang.String s)
          Constructs a RpConnectionException with a specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RpConnectionException

public RpConnectionException()
Constructs a RpConnectionException with no specified detail message.

RpConnectionException

public RpConnectionException(java.lang.String s)
Constructs a RpConnectionException with a specified detail message.
Parameters:
s - java.lang.String