com.sap.security.api
Class SearchResultSizeLimitExceededException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sap.security.api.UMException
|
+--com.sap.security.api.SearchResultSizeLimitExceededException
- All Implemented Interfaces:
- java.io.Serializable
- public class SearchResultSizeLimitExceededException
- extends UMException
Title: SearchResultSizeLimitExceededException
Description: Exception class used to indicate that a search result has exceeded the size limit
This exception may be thrown from search methods, if the result of the search would be too large
or if a server side size limit was exceeded. Callers should have the possibility to restrict
the search by specifying more restrictive search criterias.
Copyright: Copyright (c) 2001
Company: SAP
- Version:
- 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SearchResultSizeLimitExceededException
public SearchResultSizeLimitExceededException()
- Constructs a
SearchResultSizeLimitExceededException with
null as its error detail message.
SearchResultSizeLimitExceededException
public SearchResultSizeLimitExceededException(java.lang.Throwable reason)
SearchResultSizeLimitExceededException
public SearchResultSizeLimitExceededException(java.lang.String msg)
- Constructs a
SearchResultSizeLimitExceededException with the specified string
as its error detail message.
Copyright © 2002 SAP AG All Rights Reserved.