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

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

public class RpNonVersionableTableException
extends RepositoryException

The class RpCNonVersionableTableException is thrown by the Workbench when trying to version a row of a non versionable table

See Also:
Serialized Form

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

RpNonVersionableTableException

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

RpNonVersionableTableException

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