com.ibm.itim.dataservices.model
Class SearchResultsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.itim.exception.ITIMException
                    |
                    +--com.ibm.itim.dataservices.model.ModelException
                          |
                          +--com.ibm.itim.dataservices.model.SearchResultsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PartialResultsException

public class SearchResultsException
extends ModelException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.itim.dataservices.model.ModelException
ATTR_IN_USE, ATTRIBUTE_IN_USE, CREATE_ERROR, DUPLICATE_ENTRY, ENTRY_ALREADY_EXIST, INVALID_ARG, INVALID_ATTRIBUTES, INVALID_CATEGORY, INVALID_DN, JNDI_OPERATION_ERROR, META_DATA_CORRUPT, META_DATA_INSTANTIATION_ERROR, META_DATA_NOT_FOUND, NULL_USER_ID, OBJECT_NOT_FOUND, PROFILE_NOT_FOUND, RELATIONSHIP_NOT_FOUND, REMOVE_ERROR, SERVER_NOT_AVAILABLE
 
Constructor Summary
SearchResultsException(java.lang.String message)
          Constructs an SearchResultsException with a message.
SearchResultsException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an SearchResultsException with a message and original exception.
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchResultsException

public SearchResultsException(java.lang.String message)
Constructs an SearchResultsException with a message.

Parameters:
message - String holding a descriptive message about the exception.

SearchResultsException

public SearchResultsException(java.lang.String msg,
                              java.lang.Throwable cause)
Constructs an SearchResultsException with a message and original exception.

Parameters:
msg - String holding a descriptive message about the exception.
cause - The original exception that caused the problem.


IBM Tivoli Identity Manager 4.6
© Copyright International Business Machines Corporation 2005. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.