com.ibm.itim.dataservices.model

Class PartialResultsException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PartialResultsException
    extends SearchResultsException
    PartialResultsException is an exception class used for errors that arise that result in only a portion of a data model request being completed. This is most often used when a search only returns a portion of its results due to size limit restrictions.
    See Also:
    Serialized Form
    • Constructor Detail

      • PartialResultsException

        public PartialResultsException(java.lang.String message)
        Constructs an PartialResultsException with a message.
        Parameters:
        message - String holding a descriptive message about the exception.
      • PartialResultsException

        public PartialResultsException(java.lang.String msg,
                                       java.lang.Throwable cause)
        Constructs an PartialResultsException with a message and original exception.
        Parameters:
        msg - String holding a descriptive message about the exception.
        cause - The original exception that caused the problem.