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 SummaryModifier and TypeMethodDescriptionReturns the single instance of this exception, that has no stack trace.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Method Details- 
getInstanceReturns the single instance of this exception, that has no stack trace.- Returns:
- The single instance of this exception.
 
 
-