Package com.saperion.rmi.serverexception
Class SaRMITooManyResultsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.rmi.RemoteException
-
- com.saperion.rmi.serverexception.SaRMIBaseException
-
- com.saperion.rmi.serverexception.SaRMISystemException
-
- com.saperion.rmi.serverexception.SaRMITooManyResultsException
-
- All Implemented Interfaces:
java.io.Serializable
public class SaRMITooManyResultsException extends SaRMISystemException
This exception is thrown when a query returned more results as allowed by the value of the parameter rmi.query.maxresults.- Author:
- cmerkel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMITooManyResultsException(java.lang.String message, int allowedMaxResults)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAllowedMaxResults()
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-