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

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.RpPrimaryKeyException

public class RpPrimaryKeyException
extends RepositoryException

The class RpPrimaryKeyException is thrown by the Workbench when trying to set a value against a database primary key

See Also:
Serialized Form

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

RpPrimaryKeyException

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

RpPrimaryKeyException

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