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

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
                                |
                                +--com.ibm.dse.tools.workbench.base.RpUserIdentificationException

public class RpUserIdentificationException
extends RpConnectionException

The class RpUserIdentificationException is thrown by the Workbench when trying to connect to the repository using an invalid user

See Also:
Serialized Form

Constructor Summary
RpUserIdentificationException()
          Constructs a RpUserIdentificatinException with no specified detail message.
RpUserIdentificationException(java.lang.String s)
          Constructs a RpUserIdentificatinException 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

RpUserIdentificationException

public RpUserIdentificationException()
Constructs a RpUserIdentificatinException with no specified detail message.

RpUserIdentificationException

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