com.ibm.itim.remoteservices.exception
Class MultiplePersonsFoundException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.itim.remoteservices.exception.RemoteServicesException
|
+--com.ibm.itim.remoteservices.exception.MultiplePersonsFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class MultiplePersonsFoundException
- extends RemoteServicesException
Exception thrown by remote services person find methods when more than one match is found.
- See Also:
- Serialized Form
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 |
MULTIPLE_PERSONS_FOUND_ERROR
public static final java.lang.String MULTIPLE_PERSONS_FOUND_ERROR
MultiplePersonsFoundException
public MultiplePersonsFoundException()
- Standard constructor
MultiplePersonsFoundException
public MultiplePersonsFoundException(java.lang.String exMsg)
- Constructor to pass an exception message.
- Parameters:
error
- Error string.