Package com.sas.lsaf.query
Class QueryLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sas.lsaf.core.AbstractRuntimeException
-
- com.sas.lsaf.query.QueryLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryLimitException extends AbstractRuntimeException
Thrown if query results exceeds the row limit. The default query row limit is 1000000.- Since:
- 2.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryLimitException(java.lang.String message)
Creates aQueryLimitException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractRuntimeException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
QueryLimitException
public QueryLimitException(java.lang.String message)
Creates aQueryLimitException
with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theAbstractRuntimeException.getMessage()
method).
-
-