|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.dse.tools.workbench.base.WorkbenchException | +--com.ibm.dse.tools.workbench.base.RepositoryException
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
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 |
public RepositoryException()
public RepositoryException(java.lang.String s)
message
- java.lang.String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |