Class LookThroughLimitExceededException

All Implemented Interfaces:
Serializable

public final class LookThroughLimitExceededException extends StorageRuntimeException
Thrown when the 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.