Class LookThroughLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opends.server.backends.pluggable.spi.StorageRuntimeException
org.opends.server.backends.pluggable.spi.LookThroughLimitExceededException
- All Implemented Interfaces:
Serializable
Thrown when the the lookthrough limit has been exceeded for a read transaction.
See
ReadableTransaction.setLookThroughLimit(long)
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the single instance of this exception, that has no stack trace.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getInstance
Returns the single instance of this exception, that has no stack trace.- Returns:
- The single instance of this exception.
-