|
|||||||||
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.itim.remoteservices.exception.RemoteServicesException | +--com.ibm.itim.remoteservices.exception.MultipleEntriesFoundException
Exception indicates that a situation occurred in a search where only one entry was expected to be found but the search in fact found multiple results.
Fields inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException |
ID_TAG, MESSAGE_TAG, TOKEN_ID_TAG, TOKEN_TAG |
Constructor Summary | |
MultipleEntriesFoundException(java.lang.String error)
Constructor that accepts an error string. |
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException |
addErrorMessageArg, getErrorMessageArgs, getXMLFormattedMessage, printStackTrace, printStackTrace, printStackTrace, setErrorMessageArgs |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MultipleEntriesFoundException(java.lang.String error)
error
- Error string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |