Class LookThroughLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opends.server.backends.pluggable.spi.StorageException
org.opends.server.backends.pluggable.spi.LookThroughLimitExceededException
All Implemented Interfaces:
Serializable

public final class LookThroughLimitExceededException extends StorageException
Thrown when the lookthrough limit has been exceeded for a read transaction. See ReadableTransaction.setLookThroughLimit(long).
See Also:
  • Method Details

    • getInstance

      public static LookThroughLimitExceededException getInstance()
      Returns the single instance of this exception, that has no stack trace.
      Returns:
      The single instance of this exception.