public class SaTooManyResultsException extends SaSystemException
Constructor and Description |
---|
SaTooManyResultsException(String errorMessage,
int allowedMaxResults)
Constructor.
|
SaTooManyResultsException(String errorMessage,
Throwable cause,
int allowedMaxResults)
Constructor.
|
SaTooManyResultsException(Throwable cause,
int allowedMaxResults)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getAllowedMaxResults() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SaTooManyResultsException(String errorMessage, int allowedMaxResults)
errorMessage
- the error messageallowedMaxResults
- the maximum number of allowed resultspublic SaTooManyResultsException(String errorMessage, Throwable cause, int allowedMaxResults)
errorMessage
- the error messagecause
- the causing exceptionallowedMaxResults
- the maximum number of allowed resultspublic SaTooManyResultsException(Throwable cause, int allowedMaxResults)
cause
- the causing exceptionallowedMaxResults
- the maximum number of allowed resultsCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.