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

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.tools.workbench.base.WorkbenchException
                    |
                    +--com.ibm.dse.tools.workbench.base.RepositoryException
Direct Known Subclasses:
DeleteVetoableException, RpCheckConstraintException, RpConnectionException, RpForeignKeyException, RpNonVersionableTableException, RpPrimaryKeyException, ValidationException

public class RepositoryException
extends WorkbenchException

The class RepositoryException is the base class for all the specific exceptions thrown by the Development Workbench repository. These exceptions must be caught by applications

See Also:
Serialized Form

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

RepositoryException

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

RepositoryException

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