Package com.identityworksllc.iiq.common
Class TooManyResultsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.identityworksllc.iiq.common.TooManyResultsException
-
- All Implemented Interfaces:
Serializable
public class TooManyResultsException extends IllegalArgumentException
An exception indicating that too many results were returned- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyResultsException(Class<? extends sailpoint.object.SailPointObject> cls, String queryString, int resultSize)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TooManyResultsException
public TooManyResultsException(Class<? extends sailpoint.object.SailPointObject> cls, String queryString, int resultSize)
- Parameters:
cls
- The class we were queryingqueryString
- The query string being runresultSize
- The size of the results
-
-