Class LargeObjectException.ExceedsLimit

    • Constructor Detail

      • ExceedsLimit

        public ExceedsLimit​(long limit,
                            long size)
        Construct an exception for a particular size being exceeded.
        Parameters:
        limit - the limit the caller imposed on the object.
        size - the actual size of the object.